1
0
mirror of https://github.com/tabler/tabler.git synced 2026-08-05 01:44:41 +04:00

dropdown fixes, bootstrap rebuild

This commit is contained in:
codecalm
2019-12-03 18:58:42 +01:00
parent bc8ac97a90
commit 4bfe748212
9 changed files with 107 additions and 21 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
<div class="layout-area-menu navbar {% if include.dark %}navbar-dark{% else %}navbar-light{% endif %}">
<div class="layout-area-menu navbar navbar-expand-lg {% if include.dark %}navbar-dark{% else %}navbar-light{% endif %}">
<div class="container">
{% include layout/menu.html top=true %}
</div>