fix(catalog post preview): special characters were able to overflow

This commit is contained in:
Tom (plebeius.eth)
2024-07-27 17:41:09 +02:00
parent 9a5b0ffb0c
commit 48b55ed972
@@ -124,6 +124,7 @@
color: var(--catalog-post-preview-color);
font-family: arial, helvetica, sans-serif;
font-size: 10pt;
overflow: hidden;
}
.postPreview .postSubject {