style.css: handle very long words

This commit is contained in:
Zankaria 2024-08-20 15:36:58 +02:00
parent 49cd1f6f59
commit d4d7167604

View file

@ -514,7 +514,7 @@ div.post > p {
font-size: 13px; font-size: 13px;
min-height: 1.16em; min-height: 1.16em;
word-break: break-word; overflow-wrap: break-word;
@media (max-width: 48em) { @media (max-width: 48em) {
margin-right: 1.4em; margin-right: 1.4em;