diff options
author | Chocobozzz <me@florianbigard.com> | 2023-02-20 11:27:49 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2023-02-20 11:32:04 +0100 |
commit | d9a37011c32e1313f2b7703733ac595ef208c6a2 (patch) | |
tree | ba186909bf94c2785a20e48f206983370ddb9069 /client/src/sass/bootstrap.scss | |
parent | 420a6043cc579d6fc342adcfe8107daf51664761 (diff) | |
download | PeerTube-d9a37011c32e1313f2b7703733ac595ef208c6a2.tar.gz PeerTube-d9a37011c32e1313f2b7703733ac595ef208c6a2.tar.zst PeerTube-d9a37011c32e1313f2b7703733ac595ef208c6a2.zip |
Remove button height
Prefer using padding instead
Diffstat (limited to 'client/src/sass/bootstrap.scss')
-rw-r--r-- | client/src/sass/bootstrap.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/client/src/sass/bootstrap.scss b/client/src/sass/bootstrap.scss index 7843d3be7..f3e7880ac 100644 --- a/client/src/sass/bootstrap.scss +++ b/client/src/sass/bootstrap.scss | |||
@@ -339,7 +339,8 @@ | |||
339 | .input-group { | 339 | .input-group { |
340 | > .btn, | 340 | > .btn, |
341 | > .input-group-text { | 341 | > .input-group-text { |
342 | height: $button-height; | 342 | padding-top: 4px; |
343 | padding-bottom: 4px; | ||
343 | } | 344 | } |
344 | 345 | ||
345 | > .input-group-text { | 346 | > .input-group-text { |