diff options
Diffstat (limited to 'client/src')
-rw-r--r-- | client/src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.scss | 4 | ||||
-rw-r--r-- | client/src/sass/include/_mixins.scss | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/client/src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.scss b/client/src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.scss index bfecbaba0..d35e0ed64 100644 --- a/client/src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.scss +++ b/client/src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.scss | |||
@@ -11,7 +11,7 @@ my-actor-avatar-info { | |||
11 | } | 11 | } |
12 | 12 | ||
13 | .input-group { | 13 | .input-group { |
14 | @include peertube-input-group(340px); | 14 | @include peertube-input-group(fit-content); |
15 | } | 15 | } |
16 | 16 | ||
17 | .input-group-append { | 17 | .input-group-append { |
@@ -42,4 +42,4 @@ textarea { | |||
42 | input[type=submit] { | 42 | input[type=submit] { |
43 | @include peertube-button; | 43 | @include peertube-button; |
44 | @include orange-button; | 44 | @include orange-button; |
45 | } \ No newline at end of file | 45 | } |
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 | ||