Skip to content
Snippets Groups Projects
Commit 5757d02b authored by Bagera's avatar Bagera
Browse files

fixes #7949

Sets height to form to avoid resizing when filename link is not shown
parent f5bc680f
No related branches found
No related tags found
No related merge requests found
......@@ -243,7 +243,7 @@ table td.filename .nametext {
max-width: 800px;
}
table td.filename .uploadtext { font-weight:normal; margin-left:8px; }
table td.filename form { font-size:14px; margin-left:48px; margin-right:48px; }
table td.filename form { font-size:14px; margin-left:48px; margin-right:48px; height: 50px; }
.ie8 input[type="checkbox"]{
padding: 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment