aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2019-11-27 10:38:02 +0100
committerChocobozzz <me@florianbigard.com>2019-11-27 10:41:08 +0100
commit2a53942d9e20e8a1aa2b95ee3d166d6880cd259f (patch)
tree50c6f18c5a5a6991e8088ec38aa95f8ab7e474e8 /client/src/app
parent414131338df3e94982a71179ee15ebc9b3dedb06 (diff)
downloadPeerTube-2a53942d9e20e8a1aa2b95ee3d166d6880cd259f.tar.gz
PeerTube-2a53942d9e20e8a1aa2b95ee3d166d6880cd259f.tar.zst
PeerTube-2a53942d9e20e8a1aa2b95ee3d166d6880cd259f.zip
Fix overflow when creating a channel
Diffstat (limited to 'client/src/app')
-rw-r--r--client/src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.scss4
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 {
42input[type=submit] { 42input[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}