]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Fix overflow when creating a channel
authorChocobozzz <me@florianbigard.com>
Wed, 27 Nov 2019 09:38:02 +0000 (10:38 +0100)
committerChocobozzz <me@florianbigard.com>
Wed, 27 Nov 2019 09:41:08 +0000 (10:41 +0100)
client/src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.scss
client/src/sass/include/_mixins.scss

index bfecbaba0b5ba22230d616464473b99db58d32bd..d35e0ed64ecd2a78b9c22a9a6d4a3ce803160cf8 100644 (file)
@@ -11,7 +11,7 @@ my-actor-avatar-info {
 }
 
 .input-group {
-  @include peertube-input-group(340px);
+  @include peertube-input-group(fit-content);
 }
 
 .input-group-append {
@@ -42,4 +42,4 @@ textarea {
 input[type=submit] {
   @include peertube-button;
   @include orange-button;
-}
\ No newline at end of file
+}
index 4b47dde09f1918101ad572469593f01b2df7ccc1..d9095e0bdf7706ce1ee025389fbe0e6b8d58119b 100644 (file)
@@ -99,7 +99,7 @@
 
 @mixin peertube-input-group($width) {
   width: $width;
-  height: $button-height;
+  min-height: $button-height;
   padding-top: 0;
   padding-bottom: 0;