#48546 closed enhancement (fixed)
Styling of the posts and pages in the dashboard is not
Reported by: | Y_Kolev | Owned by: | ryelle |
---|---|---|---|
Milestone: | 5.8 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Posts, Post Types | Keywords: | has-patch |
Focuses: | ui, css, administration | Cc: |
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 (12)
#1
@
5 years ago
- Component changed from Administration to Posts, Post Types
- Focuses administration added
#2
@
5 years 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.
#wordcamp #wordcampsofia #wcsof
This ticket was mentioned in Slack in #core-css by sabernhardt. View the logs.
4 years ago
#5
@
4 years ago
- Focuses css added
- Keywords has-patch needs-refresh added
- Milestone changed from Awaiting Review to Future Release
I'd like to see an iteration (or more than one) on the flexbox approach. It still would need something else—possibly a min-width
, larger side margin, or a flex-based property with enough browser support.
The display: flex
and flex-wrap
parts could replace the grid styles within the current body:not(.plugins-php) .row-actions
selector.
with disabled grid