CE-740 Revert grid-item padding hack (borke a lot of things)

This commit is contained in:
2023-11-15 19:57:25 -06:00
parent 9d7315e773
commit 754010df3d

View File

@ -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;
}