diff options
author | Chocobozzz <me@florianbigard.com> | 2023-05-25 16:03:29 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2023-05-25 16:09:47 +0200 |
commit | 4958e9e56e089740b5afd94bde6c54a7f4433f8f (patch) | |
tree | 879a777d017b7e78282367bf2ebf3b11073810ac /client/src/app | |
parent | 0a1aaf2d11578d90fba89066510126392041c398 (diff) | |
download | PeerTube-4958e9e56e089740b5afd94bde6c54a7f4433f8f.tar.gz PeerTube-4958e9e56e089740b5afd94bde6c54a7f4433f8f.tar.zst PeerTube-4958e9e56e089740b5afd94bde6c54a7f4433f8f.zip |
Fix video edit page overflow
Diffstat (limited to 'client/src/app')
-rw-r--r-- | client/src/app/shared/shared-forms/dynamic-form-field.component.scss | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/client/src/app/shared/shared-forms/dynamic-form-field.component.scss b/client/src/app/shared/shared-forms/dynamic-form-field.component.scss index 0737f372a..dbb8845b9 100644 --- a/client/src/app/shared/shared-forms/dynamic-form-field.component.scss +++ b/client/src/app/shared/shared-forms/dynamic-form-field.component.scss | |||
@@ -4,6 +4,9 @@ | |||
4 | input:not([type=submit]) { | 4 | input:not([type=submit]) { |
5 | @include peertube-input-text(340px); | 5 | @include peertube-input-text(340px); |
6 | 6 | ||
7 | max-width: 340px; | ||
8 | width: 100%; | ||
9 | |||
7 | display: block; | 10 | display: block; |
8 | } | 11 | } |
9 | 12 | ||