Proper line breaks without the hyphens
This commit is contained in:
parent
f4973e01fa
commit
3c63c69db7
1 changed files with 2 additions and 6 deletions
|
@ -214,13 +214,9 @@
|
|||
margin: 0;
|
||||
padding: 0;
|
||||
overflow-wrap: break-word;
|
||||
word-wrap: break-word;
|
||||
-ms-word-break: break-all;
|
||||
word-wrap: normal;
|
||||
word-break: break-word;
|
||||
-ms-hyphens: auto;
|
||||
-moz-hyphens: auto;
|
||||
-webkit-hyphens: auto;
|
||||
hyphens: auto;
|
||||
hyphens: none;
|
||||
}
|
||||
#headerText {
|
||||
margin-left: 10px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue