10 lines
209 B
SCSS
10 lines
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%;
|
||
|
}
|