Add correct class to start of nav menu
... which is 'navbar-end' for some reason ... and not the one used in the documentation... but our readers don't need to be introduced to the craziness quite so quickly.
This commit is contained in:
parent
b6c9a44774
commit
f02d654b5e
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
||||||
{% extends "@bulma/block/block--system-menu-block.html.twig" %}
|
{% extends "@bulma/block/block--system-menu-block.html.twig" %}
|
||||||
|
|
||||||
{% set attributes = attributes.addClass('navbar-menu') %}
|
{% set attributes = attributes.addClass('navbar-end') %}
|
||||||
|
|
Loading…
Reference in a new issue