Describe the bug
In the editor, the vertical variation of the navigation block can be identified with
is-vertical but this CSS class is not present on the front, so there is no way to tell the
horizontal and vertical styles from the other.
To reproduce
Steps to reproduce the behavior:
Expected behavior
I expect the CSS class and the existing styles to be applied to block.
Screenshots

Editor version (please complete the following information):
Desktop (please complete the following information):
Great catch @carolinan as that makes sense for me too.
Just changing this to a bug as currently the editor and front end versions of the block don't match (Navigation (vertical) is displayed horizontally in the post, but vertically in the editor) due to the missing classname.
Edit: Current workaround:
Add is-horizontal or is-vertical as extra CSS class to each navigation blocks.
Most helpful comment
Just changing this to a bug as currently the editor and front end versions of the block don't match (Navigation (vertical) is displayed horizontally in the post, but vertically in the editor) due to the missing classname.