From 754010df3d313c09c47f1aebd6958b59724f7360 Mon Sep 17 00:00:00 2001 From: Darin Kelkhoff Date: Wed, 15 Nov 2023 19:57:25 -0600 Subject: [PATCH] CE-740 Revert grid-item padding hack (borke a lot of things) --- src/qqq/styles/qqq-override-styles.css | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/qqq/styles/qqq-override-styles.css b/src/qqq/styles/qqq-override-styles.css index e2beda4..db0a00e 100644 --- a/src/qqq/styles/qqq-override-styles.css +++ b/src/qqq/styles/qqq-override-styles.css @@ -575,10 +575,3 @@ input[type="search"]::-webkit-search-results-decoration { display: none; } scrollbar-width: none; /* Firefox */ -ms-overflow-style: none; /* IE 10+ */ } - -/* change grid padding to 20px down from default 24px */ -.MuiGrid-item -{ - padding-left: 20px !important; - padding-top: 20px !important; -}