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;