1
0
Fork 0
mirror of synced 2024-09-17 09:49:11 +12:00

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

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 {