Tweak the CSS for plain-text class
This commit is contained in:
parent
3f8b5f82e9
commit
4c1eb3966d
@ -131,4 +131,8 @@
|
|||||||
background-color: var(--transparent);
|
background-color: var(--transparent);
|
||||||
}
|
}
|
||||||
|
|
||||||
.plain-text { white-space: pre-wrap; }
|
.plain-text {
|
||||||
|
white-space: pre-wrap;
|
||||||
|
display: inline-block;
|
||||||
|
margin-bottom: 1em;
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user