pill padding
This commit is contained in:
parent
cd64e7f484
commit
bfc7458131
|
@ -248,7 +248,7 @@ const current = computed(() => (
|
||||||
<Layout
|
<Layout
|
||||||
flex
|
flex
|
||||||
no-wrap
|
no-wrap
|
||||||
gap-4
|
no-gap
|
||||||
:class="$style.container"
|
:class="$style.container"
|
||||||
v-bind="color(props, ['solid', 'interactive', 'secondary'])()"
|
v-bind="color(props, ['solid', 'interactive', 'secondary'])()"
|
||||||
>
|
>
|
||||||
|
@ -371,7 +371,7 @@ const current = computed(() => (
|
||||||
|
|
||||||
> .pill-content {
|
> .pill-content {
|
||||||
// 1px border
|
// 1px border
|
||||||
padding: 4px 9px;
|
padding: 4px 4px;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
min-width: 56px;
|
min-width: 56px;
|
||||||
border-radius: inherit;
|
border-radius: inherit;
|
||||||
|
|
Loading…
Reference in New Issue