Lost spacing between horizontal navigation menu items following PR 29465 #30065
Labels
[Block] Navigation
Affects the Navigation Block
CSS Styling
Related to editor and front end styles, CSS-specific issues.
[Type] Regression
Related to a regression in the latest release
Description
On updating to Gutenberg 10.2.0 I noticed that the padding between horizontal menu items had been reduced to 0 pixels.
In PR #29465, there was a CSS change to
packages/block-library/src/navigation/style.scss
, that reduced the padding to 0;The inline CSS overrides my theme's stylesheet.
What is the recommended method that enables me to style the menu for the front end?
Step-by-step reproduction instructions
Expected behaviour
I should be able to style horizontal navigation menu items on the front end with spacing between individual items.
Actual behaviour
When I updated to Gutenberg 10.2.0 the padding was reduced to 0.
I don't know the correct way to resolve this.
Screenshots or screen recording (optional)
For more details see bobbingwide/fizzie#26
Code snippet (optional)
WordPress information
but the problem was found with my Fizzie theme Nav menu items styling not as expected bobbingwide/fizzie#26
Device information
The text was updated successfully, but these errors were encountered: