Make WordPress Core

Opened 9 months ago

Closed 9 months ago

#63758 closed defect (bug) (duplicate)

Upload New Media: padding/margin issue on "edit" link

Reported by: presskopp's profile Presskopp Owned by:
Milestone: Priority: normal
Severity: normal Version:
Component: General Keywords: has-screenshots
Focuses: css Cc:

Description

after uploading any image, when 'edit' gets focus (is being clicked on), the border will be missing on the left side.

After adding margin-left: 2px; to .media-item .edit-attachment, the border will be there.

But the padding is set to 14px 0 - it must not be that high, I'd go with 2px also:
padding: 2px;

Attachments (3)

_before.png (4.7 KB) - added by Presskopp 9 months ago.
_after1.png (4.8 KB) - added by Presskopp 9 months ago.
_after2.png (4.5 KB) - added by Presskopp 9 months ago.

Download all attachments as: .zip

Change History (4)

@Presskopp
9 months ago

@Presskopp
9 months ago

@Presskopp
9 months ago

#1 @joedolson
9 months ago

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

Thanks for reporting! This is already being tracked in #63239.

Note: See TracTickets for help on using tickets.