From 7bba8dafee3927c9285172d9eede8a6e5c69f60c Mon Sep 17 00:00:00 2001 From: Sofia Calderon <54033498+sofia-ester-calderon@users.noreply.github.com> Date: Sat, 19 Jun 2021 09:04:07 +1000 Subject: [PATCH] Bugreport918 vertical spacing in side menu (#926) * fixed vertical spacing issue in firefox * removed unnecessary important tag from css * bugfix - sidebar only shows icons if collapsed * fixed styling for hover sidebar * removed unnecessary height property + linting * fixed item-wrapper styling * linting fix --- src/layout/components/Sidebar/Item.vue | 52 +++++++++++++------ src/layout/components/Sidebar/SidebarItem.vue | 22 +++++--- src/layout/components/Sidebar/index.vue | 8 ++- src/styles/sidebar.scss | 2 - 4 files changed, 58 insertions(+), 26 deletions(-) diff --git a/src/layout/components/Sidebar/Item.vue b/src/layout/components/Sidebar/Item.vue index 83623a98..c0e36d20 100644 --- a/src/layout/components/Sidebar/Item.vue +++ b/src/layout/components/Sidebar/Item.vue @@ -1,11 +1,10 @@