fix(button): min-height #1539

Merged
dpschen merged 1 commits from dpschen/frontend:feature/fix-button-min-height into main 2022-02-13 22:12:11 +00:00
1 changed files with 1 additions and 1 deletions

View File

@ -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;