Fixed grid layouts being pushed out by child content

Ran a quick app run-thorugh in FireFox & Chrome, No secondary affects
immediately noticed but possible this could cause changes elsewhere due
to wide-spread grid item child targeting.

For #3523
This commit is contained in:
Dan Brown 2022-06-25 13:55:57 +01:00
parent 3ed1ffdbeb
commit 0801955a26
No known key found for this signature in database
GPG Key ID: 46D9F943C24A2EF9

View File

@ -26,6 +26,9 @@
display: grid;
grid-column-gap: $-l;
grid-row-gap: $-l;
> * {
min-width: 0;
}
&.half {
grid-template-columns: 1fr 1fr;
}