mirror of https://github.com/LemmyNet/lemmy.git
Line break pre / view_source blocks.
parent
08986241b6
commit
9d78760ebf
|
@ -247,3 +247,8 @@ hr {
|
||||||
.list-inline-item-action:not(:last-child) {
|
.list-inline-item-action:not(:last-child) {
|
||||||
margin-right: 1.2rem;
|
margin-right: 1.2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pre {
|
||||||
|
white-space: pre-wrap;
|
||||||
|
word-break: keep-all;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue