[wp-trac] [WordPress Trac] #50184: Proper margin for inputs in 'Discussion Settings' page mobile/tablet view
WordPress Trac
noreply at wordpress.org
Sat May 16 14:54:34 UTC 2020
#50184: Proper margin for inputs in 'Discussion Settings' page mobile/tablet view
-----------------------------------------+------------------------------
Reporter: man4toman | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Administration | Version:
Severity: normal | Resolution:
Keywords: needs-patch has-screenshots | Focuses: ui, css
-----------------------------------------+------------------------------
Comment (by navidos):
It comes from 3px margin for {{{max-width: 782px}}} from 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.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/50184#comment:1>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list