Proper post word wrapping #3

Merged
astra merged 2 commits from ari/word-wrap-wildness into main 2025-04-23 04:10:15 +00:00
Showing only changes of commit 3c63c69db7 - Show all commits

View file

@ -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;