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