Yan

Results 3 comments of Yan

Please fix this, this is silly. So frustrating not to be able to simply and quickly add or remove a padding/margin without having to set every others again. Even Divi...

Hi all, I'm creating a block theme from scratch with WP 6.5 and I have a similar issue when editing a page: border does not appear because of wrong rules...

Hi, This is indeed very annoying. One possible workaround: ``` .wp-block-site-logo img:not([width]) { height: 50px; width: auto; } ```