feat: use inline-block for BaseButton

This commit is contained in:
Dominik Pschenitschni 2022-05-11 01:13:36 +02:00
parent c6d214b9eb
commit 47bb4ba5f4
Signed by: dpschen
GPG Key ID: B257AC0149F43A77
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ const isButton = computed(() => componentNodeName.value === 'button')
:where(.base-button) {
cursor: pointer;
display: block;
display: inline-block;
color: inherit;
font: inherit;
user-select: none;