diff --git a/static/styles/global.css b/static/styles/global.css index 34dad04..d36f517 100644 --- a/static/styles/global.css +++ b/static/styles/global.css @@ -940,3 +940,7 @@ input[type="search"] { .hidden { display: none; } + +form.edit_form[name=screenshots_form] input[type=text], form.edit_form[name=screenshots_form] img { + width: 400px; +}