pill padding
This commit is contained in:
parent
cd64e7f484
commit
bfc7458131
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue