style(subplebbit settings): add word wrap to description preview

This commit is contained in:
plebeius.eth
2024-02-19 21:08:14 +01:00
parent 52654ff050
commit 2bebc0db25

View File

@@ -77,6 +77,7 @@
.descriptionPreviewMarkdown {
width: 300px;
word-wrap: break-word;
font-size: 12px;
}