mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-05 20:15:01 +00:00
Line break pre / view_source blocks.
This commit is contained in:
parent
08986241b6
commit
9d78760ebf
1 changed files with 5 additions and 0 deletions
5
ui/assets/css/main.css
vendored
5
ui/assets/css/main.css
vendored
|
@ -247,3 +247,8 @@ hr {
|
|||
.list-inline-item-action:not(:last-child) {
|
||||
margin-right: 1.2rem;
|
||||
}
|
||||
|
||||
pre {
|
||||
white-space: pre-wrap;
|
||||
word-break: keep-all;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue