Opened 9 months ago
Closed 9 months ago
#63758 closed defect (bug) (duplicate)
Upload New Media: padding/margin issue on "edit" link
| Reported by: |
|
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)
Change History (4)
Note: See
TracTickets for help on using
tickets.
Thanks for reporting! This is already being tracked in #63239.