UI: refine typography, restore justification and prevent word cutting
This commit is contained in:
@@ -26,12 +26,18 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.prose {
|
.prose {
|
||||||
text-align: left;
|
text-align: justify;
|
||||||
hyphens: none;
|
text-justify: inter-word;
|
||||||
word-break: normal;
|
hyphens: none !important;
|
||||||
|
word-break: normal !important;
|
||||||
overflow-wrap: break-word;
|
overflow-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
.prose p {
|
.prose p {
|
||||||
margin-bottom: 1.25em;
|
margin-bottom: 1.25em;
|
||||||
|
}
|
||||||
|
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
hyphens: none !important;
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user