Actions
Defect #12263
closedcomment fieldset and textarea too wide/big
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
UI
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Invalid
Affected version:
Description
In my own installation as well as in one for an open source project I'm working on the fieldset for writing comments is way too wide.
That means on 1024 px I'm writing off-screen if I'm not manually resizing the textarea, which makes it hard to write at all.
I tested in Firefox and Chromium, please check the attached screenshot.
Reason for this is that the theme forces one single line for uploading and describing attachments — the button and the text-input in one line make the whole fieldset too wide.
If I give the file-input a display: block;
, it works fine and also my textarea is at a usefull size again.
Files
Actions