Make WordPress Core

Opened 5 years ago

Last modified 13 months ago

#50184 new defect (bug)

Proper margin for inputs in 'Discussion Settings' page mobile/tablet view

Reported by: man4toman's profile man4toman 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)

shot.jpg (59.2 KB) - added by man4toman 5 years ago.
without-margin.png (126.9 KB) - added by navidos 5 years ago.

Download all attachments as: .zip

Change History (3)

@man4toman
5 years ago

#1 @navidos
5 years ago

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.

Note: See TracTickets for help on using tickets.