feat: use inline-block for BaseButton
This commit is contained in:
parent
2c2fc4c9ee
commit
9e1ec72739
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ const isButton = computed(() => componentNodeName.value === 'button')
|
||||||
|
|
||||||
:where(.base-button) {
|
:where(.base-button) {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
display: block;
|
display: inline-block;
|
||||||
color: inherit;
|
color: inherit;
|
||||||
font: inherit;
|
font: inherit;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
|
|
Loading…
Reference in a new issue