Add gap between items in an options cell
This commit is contained in:
parent
db13f7a2c3
commit
4e3400eb7f
|
@ -131,6 +131,7 @@
|
|||
flex-direction: row;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
gap: 8px;
|
||||
background-color: var(--spectrum-global-color-gray-50);
|
||||
}
|
||||
.option:hover {
|
||||
|
|
Loading…
Reference in New Issue