From 924359f739f9f710f82c4d350b5edf50ff2997ba Mon Sep 17 00:00:00 2001 From: Dominik Pschenitschni Date: Sun, 13 Feb 2022 22:26:44 +0100 Subject: [PATCH] fix(button): min-height --- src/components/input/button.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/input/button.vue b/src/components/input/button.vue index c3a5e4c7fc..0e62c211d6 100644 --- a/src/components/input/button.vue +++ b/src/components/input/button.vue @@ -66,7 +66,7 @@ const showIconOnly = computed(() => props.icon !== '' && typeof slots.default == text-transform: uppercase; font-size: 0.85rem; font-weight: bold; - height: $button-height; + min-height: $button-height; box-shadow: var(--shadow-sm); display: inline-flex;