gripuqam.org/wp-content/plugins/svg-support/scss/svgs-admin-edit-post.scss
2025-03-31 12:02:18 -04:00

10 lines
No EOL
209 B
SCSS

/**
* Featured Image Display
*
* Fixes the 0px featured image on edit screen
* WooCommerce Product, Sensei Course
*/
body #set-post-thumbnail,
body #postimagediv .inside img[src$=".svg"] {
width: 100%;
}