From 1f2553af3009e86d53e991bd80dbb16911e66a60 Mon Sep 17 00:00:00 2001 From: gauravsingh94 Date: Fri, 5 Jan 2024 18:35:43 +0530 Subject: [PATCH] Fixed-Issue-#1266 Bug Report When a new post is added, the latest post section in the organization's dashboard becomes distorted Updated --- src/components/OrganizationDashCards/CardItem.module.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/components/OrganizationDashCards/CardItem.module.css b/src/components/OrganizationDashCards/CardItem.module.css index da5feddf3e..2bb8e4d07e 100644 --- a/src/components/OrganizationDashCards/CardItem.module.css +++ b/src/components/OrganizationDashCards/CardItem.module.css @@ -15,7 +15,6 @@ display: flex; justify-content: center; align-items: center; - /* margin-right: 18px; */ } .cardItem .iconWrapper .themeOverlay { @@ -27,7 +26,6 @@ left: 0; opacity: 0.12; border-radius: 4px; - /* margin-right: 18px; */ } .cardItem .iconWrapper .dangerOverlay {