[New] Added .g-table-word-break

This commit is contained in:
Robert von Burg 2017-03-10 08:28:59 +01:00
parent 4b92ddf35f
commit 9c79e3ca8f
2 changed files with 5 additions and 1 deletions

View File

@ -1,7 +1,7 @@
{
"name": "strolch-wc-styles",
"description": "Strolch WebComponent Styles",
"version": "0.1.5",
"version": "0.1.6",
"authors": "Robert von Burg",
"keywords": [
"strolch",

View File

@ -73,6 +73,10 @@
margin: 1.2em 1.2em 1rem;
}
.g-table.g-table-word-break {
word-wrap: break-word;
}
.g-table td,
.g-table th {
background-color: #fff !important;