From bfc74581311794fd68ac91f4f1707df0d850badb Mon Sep 17 00:00:00 2001 From: ArneBo Date: Thu, 27 Mar 2025 10:54:07 +0100 Subject: [PATCH] pill padding --- front/src/components/ui/Pill.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/front/src/components/ui/Pill.vue b/front/src/components/ui/Pill.vue index ffc3bc21a..4f1199baf 100644 --- a/front/src/components/ui/Pill.vue +++ b/front/src/components/ui/Pill.vue @@ -248,7 +248,7 @@ const current = computed(() => ( @@ -371,7 +371,7 @@ const current = computed(() => ( > .pill-content { // 1px border - padding: 4px 9px; + padding: 4px 4px; white-space: nowrap; min-width: 56px; border-radius: inherit;