From 7ec75d1126b5708c995a08ed5b9396d1a0de64a5 Mon Sep 17 00:00:00 2001 From: CynthiaKamau Date: Tue, 9 Jan 2024 14:46:25 +0300 Subject: [PATCH] (fix) Incorrect display mode for grouped items in side navigation --- packages/esm-home-app/src/dashboard/home-dashboard.scss | 5 ----- 1 file changed, 5 deletions(-) diff --git a/packages/esm-home-app/src/dashboard/home-dashboard.scss b/packages/esm-home-app/src/dashboard/home-dashboard.scss index acf200d51..3b65ae19d 100644 --- a/packages/esm-home-app/src/dashboard/home-dashboard.scss +++ b/packages/esm-home-app/src/dashboard/home-dashboard.scss @@ -10,11 +10,6 @@ margin-left: 16rem; background-color: colors.$white-0; - /*TO BE REMOVED ONCE WE IMPROVE LEFT SIDE NAVIGATION*/ - & li { - display: flex; - } - & a { width: 100%; }