Opened 6 years ago
Last modified 3 years ago
#50184 new defect (bug)
Proper margin for inputs in 'Discussion Settings' page mobile/tablet view
| Reported by: | man4toman | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | Awaiting Review |
| Component: | Administration | Version: | |
| Severity: | normal | Keywords: | needs-patch has-screenshots |
| Cc: | Focuses: | ui, css |
Description
The inputs haven't proper margin, please check the screenshot.
Attachments (2)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
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.