WordPress.org

Make WordPress Core

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)

grid.png (358.0 KB) - added by Y_Kolev 7 hours ago.
removed grid.png (382.5 KB) - added by Y_Kolev 7 hours ago.
with disabled grid
48546.patch (461 bytes) - added by aliveic 4 hours ago.
A patch by using the flex approach.
48546.diff (475 bytes) - added by aliveic 4 hours ago.
A patch by retaining the grid approach.

Download all attachments as: .zip

Change History (6)

@Y_Kolev
7 hours ago

@Y_Kolev
7 hours ago

with disabled grid

#1 @SergeyBiryukov
5 hours ago

  • Component changed from Administration to Posts, Post Types
  • Focuses administration added

#2 @aliveic
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.

@aliveic
4 hours ago

A patch by using the flex approach.

@aliveic
4 hours ago

A patch by retaining the grid approach.

Note: See TracTickets for help on using tickets.