Merge pull request #12063 from nixocio/ui_remove_dupe_css

Remove duplicate CSS rules
This commit is contained in:
Kersom 2022-04-14 16:11:18 -04:00 committed by GitHub
commit 86a888f0d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

View File

@ -13,7 +13,6 @@ import getResourceAccessConfig from './getResourceAccessConfig';
const Grid = styled.div`
display: grid;
grid-gap: 20px;
grid-template-columns: 33% 33% 33%;
grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
`;

View File

@ -10,7 +10,6 @@ const Grid = styled.div`
display: grid;
grid-auto-rows: 100px;
grid-gap: 20px;
grid-template-columns: 33% 33% 33%;
grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
margin: 20px 0px;
width: 100%;