Fix: Prevented the column gap from being applied to the Editor's Choice Plugin
This commit is contained in:
parent
4eb19f2bd3
commit
9679d8db4d
1 changed files with 1 additions and 1 deletions
|
|
@ -946,7 +946,7 @@ html {
|
|||
--itemColumnGap: 0.5em;
|
||||
}
|
||||
|
||||
.itemsContainer {
|
||||
.itemsContainer:not(.editorsChoiceItemsContainer) {
|
||||
column-gap: var(--itemColumnGap);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue