fix(islands/ThemePicker): hard fix css layout issue
This commit is contained in:
parent
228889eca7
commit
4fc24173ae
|
|
@ -1,5 +1,5 @@
|
||||||
:scope {
|
:scope {
|
||||||
display: inline-flex;
|
display: inline-flex !important;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
gap: var(--_gap-half);
|
gap: var(--_gap-half);
|
||||||
height: fit-content;
|
height: fit-content;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue