mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-05 08:32:02 +00:00
Line break pre / view_source blocks.
This commit is contained in:
parent
7bb18bf73c
commit
559ccf0264
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