From a0d0b3eb5ba537bf0e0f89eb1c710302f0e82dec Mon Sep 17 00:00:00 2001 From: "Tom (plebeius.eth)" Date: Tue, 17 Sep 2024 18:01:29 +0200 Subject: [PATCH] fix overflow --- src/views/post/post.module.css | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/views/post/post.module.css b/src/views/post/post.module.css index 9244e09d..1209df4e 100644 --- a/src/views/post/post.module.css +++ b/src/views/post/post.module.css @@ -533,12 +533,6 @@ bottom: -5px; } -.stateString { - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; -} - @media (max-width: 640px) { .replyQuotePreview { margin-right: 10px;