1
0
Fork 0
mirror of synced 2024-10-05 12:34:50 +13:00

Improve component dropdown responsiveness

This commit is contained in:
Andrew Kingston 2020-10-23 10:55:12 +01:00
parent 767846e4c4
commit 5009a3975c

View file

@ -62,13 +62,14 @@
justify-content: flex-start;
align-items: center;
z-index: 1;
height: 24px;
min-height: 24px;
flex-wrap: wrap;
gap: var(--spacing-l);
}
.category {
color: var(--grey-7);
cursor: pointer;
margin-right: var(--spacing-l);
display: flex;
flex-direction: row;
justify-content: flex-start;