diff options
Diffstat (limited to 'client/src/sass')
-rw-r--r-- | client/src/sass/include/_mixins.scss | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
254 | 254 | ||
255 | border: 0; | 255 | border: 0; |
256 | font-weight: $font-semibold; | 256 | font-weight: $font-semibold; |
257 | height: $button-height; | 257 | min-height: $button-height; |
258 | line-height: $button-height; | 258 | line-height: $button-height; |
259 | 259 | ||
260 | // Because of primeng that redefines border-radius of all input[type="..."] | 260 | // Because of primeng that redefines border-radius of all input[type="..."] |