From abe416541619a563b510d9ba155d5589e2324b6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Herbinet?= <33763786+Jerome-Herbinet@users.noreply.github.com> Date: Wed, 27 Mar 2024 10:01:49 +0100 Subject: [PATCH] Fix tags' display when they are numerous MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com> --- src/components/card/TagSelector.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/card/TagSelector.vue b/src/components/card/TagSelector.vue index 11b1f8bbd..695a7347f 100644 --- a/src/components/card/TagSelector.vue +++ b/src/components/card/TagSelector.vue @@ -99,5 +99,7 @@ export default { display: inline-block; border-radius: var(--border-radius-pill); margin-right: 3px; + white-space: nowrap; + text-overflow: ellipsis; }