UI: simplify article layout and fix text wrapping

This commit is contained in:
2026-05-10 13:54:50 +02:00
parent 3567e5d224
commit f64b8ba53c
3 changed files with 18 additions and 18 deletions

View File

@@ -26,11 +26,10 @@ body {
}
.prose {
text-align: justify;
text-align: left;
hyphens: none;
word-break: normal;
overflow-wrap: normal;
overflow-x: auto;
overflow-wrap: break-word;
}
.prose p {