From fb8879b59ad73181f8a1bcd8010d84a76fdb7071 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: Fri, 29 Mar 2024 10:24:50 +0100 Subject: [PATCH] Fix the mixed tab and space (replace with full tab) 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, 1 insertion(+), 1 deletion(-) diff --git a/src/components/card/TagSelector.vue b/src/components/card/TagSelector.vue index 695a7347f..05a8773c3 100644 --- a/src/components/card/TagSelector.vue +++ b/src/components/card/TagSelector.vue @@ -100,6 +100,6 @@ export default { border-radius: var(--border-radius-pill); margin-right: 3px; white-space: nowrap; - text-overflow: ellipsis; + text-overflow: ellipsis; }