Opened 6 years ago
Last modified 2 years ago
#50184 new defect (bug)
Proper margin for inputs in 'Discussion Settings' page mobile/tablet view
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Awaiting Review | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | Administration | Keywords: | needs-patch has-screenshots |
| Focuses: | ui, css | Cc: |
Description
The inputs haven't proper margin, please check the screenshot.
Attachments (2)
Note: See
TracTickets for help on using
tickets.
It comes from 3px margin for
max-width: 782pxfrom here:.form-table input[type="text"].small-text, input[type="number"].small-text, input[type="password"].small-text, input[type="search"].small-text, input[type="text"].small-text { width: auto; max-width: 4.375em; display: inline; padding: 3px 6px; margin: 0 3px; }Check the screenshot, it taken after I removed the margin.
I can see this problem on other pages too.