revert to using display: contents instead of subgrid to support chromium

This commit is contained in:
Johannes Loher 2021-02-26 00:55:43 +01:00
parent 9573a6595d
commit 0d486647a2

View file

@ -46,9 +46,7 @@
} }
&__row { &__row {
grid-column: 1/-1; display: contents;
display: grid;
grid-template-columns: subgrid;
&--header { &--header {
font-weight: bold; font-weight: bold;