From 86c67e2a26b171a9606d90c3cf5e1ed159e68669 Mon Sep 17 00:00:00 2001 From: ogerly Date: Thu, 9 Dec 2021 15:01:20 +0100 Subject: [PATCH] yarn fix lint --- frontend/src/components/Menu/Navbar.vue | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/frontend/src/components/Menu/Navbar.vue b/frontend/src/components/Menu/Navbar.vue index 88a5f5af5..68b3105a1 100644 --- a/frontend/src/components/Menu/Navbar.vue +++ b/frontend/src/components/Menu/Navbar.vue @@ -41,7 +41,13 @@ id="collapse-4" v-model="visible" class="p-3" - style="position: absolute; z-index: 100000; background-color: #dfe0e3f5; width: 100%; box-shadow: cadetblue 0px 13px 22px;" + style=" + position: absolute; + z-index: 100000; + background-color: #dfe0e3f5; + width: 100%; + box-shadow: cadetblue 0px 13px 22px; + " >