Private
Public Access
1
0

wrapping text in some tables

This commit is contained in:
Sander Roosendaal
2018-03-11 10:54:57 +01:00
parent 843a94c579
commit a94912e124
6 changed files with 40 additions and 4 deletions

View File

@@ -841,3 +841,17 @@ a.wh:hover {
color: #000;
}
.wrapwords{
-ms-word-break: break-all;
word-break: break-all;
/* Non standard for webkit */
word-break: break-word;
-webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
}