mirror of
https://github.com/penpot/penpot.git
synced 2026-05-07 00:58:48 +00:00
💄 Fix nitrate change org combo style
This commit is contained in:
parent
9dd7835815
commit
e8ac5f26db
@ -47,6 +47,8 @@
|
||||
background: var(--combobox-background-color);
|
||||
color: var(--combobox-text-color);
|
||||
appearance: none;
|
||||
align-content: center;
|
||||
place-items: center start;
|
||||
}
|
||||
|
||||
.arrow {
|
||||
|
||||
@ -14,6 +14,7 @@
|
||||
--options-empty: var(--color-canvas);
|
||||
|
||||
display: grid;
|
||||
align-content: center;
|
||||
place-items: center start;
|
||||
grid-template-columns: 1fr auto;
|
||||
gap: var(--sp-xs);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user