pill padding

This commit is contained in:
ArneBo 2025-03-27 10:54:07 +01:00
parent cd64e7f484
commit bfc7458131
1 changed files with 2 additions and 2 deletions

View File

@ -248,7 +248,7 @@ const current = computed(() => (
<Layout
flex
no-wrap
gap-4
no-gap
:class="$style.container"
v-bind="color(props, ['solid', 'interactive', 'secondary'])()"
>
@ -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;