#49043 closed defect (bug) (fixed)
Form Inputs for Right Now widget in multisite no longer line up
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 5.4 | Priority: | normal |
Severity: | normal | Version: | 5.4 |
Component: | Networks and Sites | Keywords: | has-screenshots has-patch |
Focuses: | ui, css, multisite | Cc: |
Description
On multisite the Right Now
widget has 2 inputs with buttons. One to search users and one to search sites.
With the recent UI changes these inputs no longer line up like they used to and the button wraps with no upper margins. It looks out of place.
One fix is to adjust the size
attribute on the inputs from 30
to instead be 28
. It's not ideal but it kind of works. A CSS based approach is likely the better option.
Attachments (3)
Change History (9)
This ticket was mentioned in Slack in #design by williampatton. View the logs.
5 years ago
#2
@
5 years ago
- Component changed from General to Administration
- Milestone changed from Awaiting Review to 5.4
@
5 years ago
Modify the size of the input's on Dashboard Widget for Multisite to be 28 instead of 30.
#3
@
5 years ago
- Keywords has-patch added; needs-patch removed
Included a Patch with modification suggested by @williampatton.
#5
@
5 years ago
- Owner set to SergeyBiryukov
- Resolution set to fixed
- Status changed from new to closed
In 47151:
#6
in reply to:
↑ description
@
5 years ago
Replying to williampatton:
With the recent UI changes these inputs no longer line up like they used to and the button wraps with no upper margins. It looks out of place.
Thanks for the report! Just in case, could you double-check that [47151] resolves the issue? It did in my testing, though the box looks a bit different on my install (Windows 10, Chrome 79.0.3945.130).
Right Now dashboard widget on multisite with form layout issues