diff options
author | Chocobozzz <me@florianbigard.com> | 2019-11-27 10:38:02 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-11-27 10:41:08 +0100 |
commit | 2a53942d9e20e8a1aa2b95ee3d166d6880cd259f (patch) | |
tree | 50c6f18c5a5a6991e8088ec38aa95f8ab7e474e8 /client/src/sass | |
parent | 414131338df3e94982a71179ee15ebc9b3dedb06 (diff) | |
download | PeerTube-2a53942d9e20e8a1aa2b95ee3d166d6880cd259f.tar.gz PeerTube-2a53942d9e20e8a1aa2b95ee3d166d6880cd259f.tar.zst PeerTube-2a53942d9e20e8a1aa2b95ee3d166d6880cd259f.zip |
Fix overflow when creating a channel
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 4b47dde09..d9095e0bd 100644 --- a/client/src/sass/include/_mixins.scss +++ b/client/src/sass/include/_mixins.scss | |||
@@ -99,7 +99,7 @@ | |||
99 | 99 | ||
100 | @mixin peertube-input-group($width) { | 100 | @mixin peertube-input-group($width) { |
101 | width: $width; | 101 | width: $width; |
102 | height: $button-height; | 102 | min-height: $button-height; |
103 | padding-top: 0; | 103 | padding-top: 0; |
104 | padding-bottom: 0; | 104 | padding-bottom: 0; |
105 | 105 | ||