Tweak the CSS for plain-text class

This commit is contained in:
swagg boi 2025-04-11 22:45:03 -04:00
parent 3f8b5f82e9
commit 4c1eb3966d

View File

@ -131,4 +131,8 @@
background-color: var(--transparent);
}
.plain-text { white-space: pre-wrap; }
.plain-text {
white-space: pre-wrap;
display: inline-block;
margin-bottom: 1em;
}