diff --git a/bower.json b/bower.json index 1e37684..110bc99 100644 --- a/bower.json +++ b/bower.json @@ -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", diff --git a/strolch-wc-styles.html b/strolch-wc-styles.html index cd2c143..18ec48a 100644 --- a/strolch-wc-styles.html +++ b/strolch-wc-styles.html @@ -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;