From 48b55ed972e8d20d108086175b7838f43d2983a6 Mon Sep 17 00:00:00 2001 From: "Tom (plebeius.eth)" Date: Sat, 27 Jul 2024 17:41:09 +0200 Subject: [PATCH] fix(catalog post preview): special characters were able to overflow --- src/components/catalog-row/catalog-row.module.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/catalog-row/catalog-row.module.css b/src/components/catalog-row/catalog-row.module.css index 5f0e7333..ba5cce64 100644 --- a/src/components/catalog-row/catalog-row.module.css +++ b/src/components/catalog-row/catalog-row.module.css @@ -124,6 +124,7 @@ color: var(--catalog-post-preview-color); font-family: arial, helvetica, sans-serif; font-size: 10pt; + overflow: hidden; } .postPreview .postSubject {