aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-forms/dynamic-form-field.component.scss
diff options
context:
space:
mode:
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