Add gap between items in an options cell

This commit is contained in:
Andrew Kingston 2022-11-25 08:48:18 +00:00
parent db13f7a2c3
commit 4e3400eb7f
1 changed files with 1 additions and 0 deletions

View File

@ -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 {