Proper line breaks without the hyphens

This commit is contained in:
Astra 2025-04-23 13:07:35 +09:00
parent f4973e01fa
commit 3c63c69db7
Signed by: astra
SSH key fingerprint: SHA256:jQDNS75/33T59Ey4yAzrUPP/5YQaXEetsW8hwUae+ag

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;