This is my first issue on Github, so apologies if I haven't done this right.
Issue
On a small viewport (mobile device) the chevron to open the collapsed navbar works correctly, but opening it and then selecting the Languages dropdown does not expand it further to show the languages. Closing the nav (by pressing the chevron again), and then opening it again, makes the Languages dropdown work correctly.
The solution (to make the collapsed nav and Languages dropdown operate correctly) is to modify boilerplate/templates/base.html as follows: first occurrence of div class="nav-collapse" should be changed to div class="nav-collapse collapse".
Hi,
This is my first issue on Github, so apologies if I haven't done this right.
Issue
On a small viewport (mobile device) the chevron to open the collapsed navbar works correctly, but opening it and then selecting the Languages dropdown does not expand it further to show the languages. Closing the nav (by pressing the chevron again), and then opening it again, makes the Languages dropdown work correctly.
The solution (to make the collapsed nav and Languages dropdown operate correctly) is to modify boilerplate/templates/base.html as follows: first occurrence of div class="nav-collapse" should be changed to div class="nav-collapse collapse".