From f9bfc3c74ebcc592b3b8fff6c66e117523f76c6a Mon Sep 17 00:00:00 2001 From: EryneKL <97091460+EryneKL@users.noreply.github.com> Date: Tue, 17 Sep 2024 14:31:07 +0200 Subject: [PATCH] REFACTOR ITEM-216-front-modifier-menu-hamburger : - adaptation du padding dans les titres de menu --- src/components/Structure/Navbar.vue | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/src/components/Structure/Navbar.vue b/src/components/Structure/Navbar.vue index bb23a77..a6918bb 100644 --- a/src/components/Structure/Navbar.vue +++ b/src/components/Structure/Navbar.vue @@ -40,7 +40,7 @@ - Recouvrement + Recouvrement @@ -63,7 +63,7 @@ - Creations + Creations @@ -86,7 +86,7 @@ - Modifications + Modifications @@ -109,7 +109,7 @@ - Suppressions + Suppressions @@ -192,9 +192,4 @@ de l'ILN ${user.iln}` p { white-space: pre-line; } -.custom-list-item { - min-height: 24px; - display: flex; - align-items: center; -}