From 4958e9e56e089740b5afd94bde6c54a7f4433f8f Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 25 May 2023 16:03:29 +0200 Subject: Fix video edit page overflow --- client/src/app/shared/shared-forms/dynamic-form-field.component.scss | 3 +++ 1 file changed, 3 insertions(+) (limited to 'client/src/app/shared/shared-forms') 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 @@ input:not([type=submit]) { @include peertube-input-text(340px); + max-width: 340px; + width: 100%; + display: block; } -- cgit v1.2.3