From f5f70476e0033154ffdc46a58b3bc51b018766ac Mon Sep 17 00:00:00 2001 From: HannesOberreiter Date: Tue, 9 Apr 2024 11:03:34 +0200 Subject: [PATCH] fix: :bug: hide non breakable overflowing text --- client/src/components/Card/Tasks.module.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/client/src/components/Card/Tasks.module.scss b/client/src/components/Card/Tasks.module.scss index 508ac89..b0af9fe 100644 --- a/client/src/components/Card/Tasks.module.scss +++ b/client/src/components/Card/Tasks.module.scss @@ -57,6 +57,7 @@ line-height: 14px; padding-bottom: 6px; padding-left: 14px; + overflow: hidden; &:before { content: "–";