1
0
Fork 0

Apply grid to specific classes instead

Due to some extensions inject their own components here and conflicting
This commit is contained in:
Lim Chee Aun 2023-12-05 11:06:36 +08:00
parent 2563b23a31
commit 99b4842586

View file

@ -631,7 +631,8 @@
grid-template-columns: 1fr 1fr;
}
> * {
> .compose-field,
> .compose-highlight {
grid-area: 1 / 1 / 2 / 2;
}