mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-02 06:06:41 +01:00
Apply grid to specific classes instead
Due to some extensions inject their own components here and conflicting
This commit is contained in:
parent
2563b23a31
commit
99b4842586
1 changed files with 2 additions and 1 deletions
|
@ -631,7 +631,8 @@
|
|||
grid-template-columns: 1fr 1fr;
|
||||
}
|
||||
|
||||
> * {
|
||||
> .compose-field,
|
||||
> .compose-highlight {
|
||||
grid-area: 1 / 1 / 2 / 2;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue