Make WordPress Core

Opened 5 years ago

Closed 2 years ago

Last modified 2 years ago

#46942 closed defect (bug) (duplicate)

Hover over on page list not allign proper view.

Reported by: ketanumretiya030's profile ketanumretiya030 Owned by:
Milestone: Priority: normal
Severity: normal Version:
Component: Posts, Post Types Keywords: reporter-feedback
Focuses: ui, administration Cc:

Description

When hovering on any listed pages from the page.

Edit | Quick Edit| Trash | View

not align the proper width.

Attachments (1)

alignmentonhover.png (33.5 KB) - added by ketanumretiya030 5 years ago.
Hover on admin page list

Download all attachments as: .zip

Change History (5)

@ketanumretiya030
5 years ago

Hover on admin page list

#1 @SergeyBiryukov
5 years ago

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

#2 @mukesh27
5 years ago

Below display grid css create issue in width of 782px

body:not(.plugins-php) .row-actions {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: auto auto auto;
	grid-template-columns: auto auto auto;
	color: transparent;
}

#3 @afercia
5 years ago

  • Keywords reporter-feedback added

This was intentionally introduced in [43670] to make the row actions links easier to click on small screens.. Please see ticket #45024 for the reasoning behind this change. Not sure there's an actual problem to solve here :)

@ketanumretiya030 what improvements would you like to see?

#4 @sabernhardt
2 years ago

  • Milestone Awaiting Review deleted
  • Resolution set to duplicate
  • Status changed from new to closed

The alignment was addressed in r51073 (#47895 and #48546), switching from grid layout to flex.

If there is something else to do, feel free to reopen this ticket.

Version 0, edited 2 years ago by sabernhardt (next)
Note: See TracTickets for help on using tickets.