Improve component dropdown responsiveness
This commit is contained in:
parent
77c47fcfc2
commit
811391216d
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue