aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-forms/dynamic-form-field.component.scss
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2023-05-25 16:03:29 +0200
committerChocobozzz <me@florianbigard.com>2023-05-25 16:09:47 +0200
commit4958e9e56e089740b5afd94bde6c54a7f4433f8f (patch)
tree879a777d017b7e78282367bf2ebf3b11073810ac /client/src/app/shared/shared-forms/dynamic-form-field.component.scss
parent0a1aaf2d11578d90fba89066510126392041c398 (diff)
downloadPeerTube-4958e9e56e089740b5afd94bde6c54a7f4433f8f.tar.gz
PeerTube-4958e9e56e089740b5afd94bde6c54a7f4433f8f.tar.zst
PeerTube-4958e9e56e089740b5afd94bde6c54a7f4433f8f.zip
Fix video edit page overflow
Diffstat (limited to 'client/src/app/shared/shared-forms/dynamic-form-field.component.scss')
-rw-r--r--client/src/app/shared/shared-forms/dynamic-form-field.component.scss3
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 @@
4input:not([type=submit]) { 4input: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