UI: simplify article layout and fix text wrapping
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user