diff options
Diffstat (limited to 'client/src/app')
-rw-r--r-- | client/src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.scss | 4 |
1 files changed, 2 insertions, 2 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 | } |