mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-14 22:00:23 +00:00
Media list view: ensure thumbnails are appropriately sized and constrained.
see #29993. git-svn-id: https://develop.svn.wordpress.org/trunk@32688 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -307,6 +307,11 @@ table.media .column-title .media-icon {
|
||||
left: 10px; /* match cell padding */
|
||||
}
|
||||
|
||||
table.media .column-title .media-icon img {
|
||||
max-width: 60px;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
table.media .column-title .media-info,
|
||||
table.media .column-title .row-actions {
|
||||
margin-left: 70px; /* 60px image + margin */
|
||||
|
||||
Reference in New Issue
Block a user