feat: use inline-block for BaseButton

This commit is contained in:
Dominik Pschenitschni
2022-07-06 21:07:26 +00:00
committed by Gitea
parent 2c2fc4c9ee
commit 9e1ec72739
+1 -1
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;