Tweak options cell to be pixel perfect
This commit is contained in:
parent
4e3400eb7f
commit
e40e82fd5f
|
@ -131,9 +131,12 @@
|
|||
flex-direction: row;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
gap: 8px;
|
||||
gap: 4px;
|
||||
background-color: var(--spectrum-global-color-gray-50);
|
||||
}
|
||||
.option:first-child {
|
||||
flex: 0 0 31px;
|
||||
}
|
||||
.option:hover {
|
||||
background-color: var(--spectrum-global-color-gray-100);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue