Fix overflow when creating a channel

pull/2293/head
Chocobozzz 2019-11-27 10:38:02 +01:00
parent 414131338d
commit 2a53942d9e
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
2 changed files with 3 additions and 3 deletions

View 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;
}
}

View 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;