Opened 7 hours ago
Last modified 4 hours ago
#48546 new enhancement
Styling of the posts and pages in the dashboard is not
Reported by: | Y_Kolev | Owned by: | |
---|---|---|---|
Milestone: | Awaiting Review | Priority: | normal |
Severity: | normal | Version: | |
Component: | Posts, Post Types | Keywords: | |
Focuses: | ui, administration | Cc: | |
PR Number: |
Description
If you open the list with all pages or all posts on WP version 5.4-alpha-46582-src
All the buttons below each post are not properly aligned, and there is too much between each other. This issue comes from the added display: grid;
Screenshot - http://prntscr.com/pukqwh
Screenshot without the display: grid - http://prntscr.com/pukqnn
Attachments (4)
Change History (6)
#1
@
5 hours ago
- Component changed from Administration to Posts, Post Types
- Focuses administration added
#2
@
4 hours ago
This patch uses a basic approach of changing the display property to flex and adding a flex-wrap: wrap to the instance as can be seen in the attached file. However this is a major change of the display:grid logic so I will also upload a second patch which fixes the issue by utilizing the 'grid'.
Feel free to comment.
Note: See
TracTickets for help on using
tickets.
with disabled grid