gripuqam.org/wp-content/plugins/svg-support/scss/svgs-admin-edit-post.scss

10 lines
209 B
SCSS
Raw Normal View History

2025-03-31 12:02:18 -04:00
/**
* 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%;
}