diff --git a/src/components/input/button.vue b/src/components/input/button.vue index c3a5e4c7f..0e62c211d 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;