diff options
author | Chocobozzz <me@florianbigard.com> | 2023-02-17 09:37:23 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2023-02-17 09:37:23 +0100 |
commit | 55bd2e579385c302461be9d6169de3598512196c (patch) | |
tree | c468668061aa2e77726b9b47582b57e2c69126b8 | |
parent | 27aba6e9ea566debec1707c4cc22019cf71b076c (diff) | |
download | PeerTube-55bd2e579385c302461be9d6169de3598512196c.tar.gz PeerTube-55bd2e579385c302461be9d6169de3598512196c.tar.zst PeerTube-55bd2e579385c302461be9d6169de3598512196c.zip |
Fix button height when the icon is wrapped
-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="..."] |