Improve component dropdown responsiveness
This commit is contained in:
parent
77c47fcfc2
commit
811391216d
|
@ -62,13 +62,14 @@
|
||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
height: 24px;
|
min-height: 24px;
|
||||||
|
flex-wrap: wrap;
|
||||||
|
gap: var(--spacing-l);
|
||||||
}
|
}
|
||||||
|
|
||||||
.category {
|
.category {
|
||||||
color: var(--grey-7);
|
color: var(--grey-7);
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
margin-right: var(--spacing-l);
|
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
|
|
Loading…
Reference in New Issue