Skip to content
Snippets Groups Projects
Verified Commit 9cb5cac9 authored by Julian's avatar Julian Committed by Jonathan Weth
Browse files

Indent nav submenu items

(cherry picked from commit 63539e25)
parent 5daee82b
No related branches found
No related tags found
1 merge request!1385Prepare release 3.2.0
......@@ -13,6 +13,7 @@ Fixed
~~~~~
* [Docs] Certain parts of installation docs not visible
* Nav submenu items could not be distinguished from regular ones.
`3.1.5`_ - 2023-09-02
---------------------
......
......@@ -46,6 +46,7 @@
:target="subMenuItem.newTab ? '_blank' : '_self'"
:key="subMenuItem.name"
:value="subMenuItem.name"
class="ps-4"
>
<v-list-item-icon>
<v-icon v-if="subMenuItem.icon">{{ subMenuItem.icon }} </v-icon>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment