WordPress / twentytwentytwo

Twenty Twenty-Two, the default WordPress theme that will launch with WordPress 5.9.
406 stars 91 forks source link

Fix query padding #300

Closed kjellr closed 2 years ago

kjellr commented 2 years ago

As noted in https://github.com/WordPress/twentytwentytwo/pull/291#discussion_r768784280, de-selected query items currently appear with some additional left/right padding. Note the second item in the list here:

Current Indended
Screen Shot 2021-12-14 at 2 35 14 PM Screen Shot 2021-12-14 at 2 32 36 PM

This will eventually be addressed upstream I believe (https://github.com/WordPress/gutenberg/issues/33248), but if we want, we can easily fix this with a simple specificity change in Twenty Twenty-Two's layout CSS.