aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/sass/include
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2023-02-17 09:37:23 +0100
committerChocobozzz <me@florianbigard.com>2023-02-17 09:37:23 +0100
commit55bd2e579385c302461be9d6169de3598512196c (patch)
treec468668061aa2e77726b9b47582b57e2c69126b8 /client/src/sass/include
parent27aba6e9ea566debec1707c4cc22019cf71b076c (diff)
downloadPeerTube-55bd2e579385c302461be9d6169de3598512196c.tar.gz
PeerTube-55bd2e579385c302461be9d6169de3598512196c.tar.zst
PeerTube-55bd2e579385c302461be9d6169de3598512196c.zip
Fix button height when the icon is wrapped
Diffstat (limited to 'client/src/sass/include')
-rw-r--r--client/src/sass/include/_mixins.scss2
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="..."]