mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-12 06:20:06 +00:00
In the admin, give media list table icons auto for width and height. In the post thumbnail metabox, apply width: auto.
If someone turns on support SVG files, this will allow them to show up. Props arippberger for an initial patch. Fixes #26256. git-svn-id: https://develop.svn.wordpress.org/trunk@29832 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -290,6 +290,7 @@ ul.wp-tab-bar li {
|
||||
#postimagediv .inside img {
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
form#tags-filter {
|
||||
|
||||
Reference in New Issue
Block a user