revert to using display: contents instead of subgrid to support chromium
This commit is contained in:
parent
9573a6595d
commit
0d486647a2
1 changed files with 1 additions and 3 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue