ux: FIX parent menu item - correct size
This commit is contained in:
parent
0cbd56b689
commit
c661f3ea07
2 changed files with 9 additions and 3 deletions
|
|
@ -15,9 +15,9 @@
|
|||
{% if item.children %}
|
||||
<div class="nav-dropdown">
|
||||
{% if item.url %}
|
||||
<a href="{{ item.url }}" class="nav-item nav-dropdown-toggle">{{ item.text }} <span class="nav-caret">▾</span></a>
|
||||
<a href="{{ item.url }}" class="nav-item nav-dropdown-toggle">{{ item.text }}<span class="nav-caret">▾</span></a>
|
||||
{% else %}
|
||||
<span class="nav-item nav-dropdown-toggle" tabindex="0" role="button" aria-haspopup="true">{{ item.text }} <span class="nav-caret">▾</span></span>
|
||||
<span class="nav-item nav-dropdown-toggle" tabindex="0" role="button" aria-haspopup="true">{{ item.text }}<span class="nav-caret">▾</span></span>
|
||||
{% endif %}
|
||||
<div class="nav-submenu">
|
||||
{% for child in item.children %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue