From 55bd2e579385c302461be9d6169de3598512196c Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 17 Feb 2023 09:37:23 +0100 Subject: [PATCH] Fix button height when the icon is wrapped --- client/src/sass/include/_mixins.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/sass/include/_mixins.scss b/client/src/sass/include/_mixins.scss index 28bda4b9f..79d350629 100644 --- a/client/src/sass/include/_mixins.scss +++ b/client/src/sass/include/_mixins.scss @@ -254,7 +254,7 @@ border: 0; font-weight: $font-semibold; - height: $button-height; + min-height: $button-height; line-height: $button-height; // Because of primeng that redefines border-radius of all input[type="..."]