Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dropdown_menu_right is empty #705

Open
juranosaurustechs opened this issue Dec 12, 2019 · 0 comments
Open

dropdown_menu_right is empty #705

juranosaurustechs opened this issue Dec 12, 2019 · 0 comments

Comments

@juranosaurustechs
Copy link

In source/default/_patterns/01-atoms/dropdown/_dropdown.twig line 53 is:

<div class="dropdown-menu {{ dropdown_menu_right }}" {{ dropdown_menu_aria_label }}>

but dropdown_menu_right never gets set. This is easily fixed by adding a line between 40 and 41:

{% set dropdown_menu_right = dropdown_menu_right ? 'dropdown-menu-right' : '' %}

or something to that effect.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant