mirror of
https://git.witchcraft.systems/scientific-witchery/pds-dash.git
synced 2025-06-08 07:54:05 +10:00
Proper post word wrapping (#3)
Co-authored-by: ari <ariadna@omg.lol> Reviewed-on: https://git.witchcraft.systems/scientific-witchery/pds-dash/pulls/3
This commit is contained in:
parent
3d38e0f68c
commit
72ba577950
2 changed files with 10 additions and 4 deletions
|
@ -213,6 +213,10 @@
|
|||
#postText {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
overflow-wrap: break-word;
|
||||
word-wrap: normal;
|
||||
word-break: break-word;
|
||||
hyphens: none;
|
||||
}
|
||||
#headerText {
|
||||
margin-left: 10px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue