Browse Source

Improve component dropdown responsiveness

pull/4023/head
Andrew Kingston 6 years ago
parent
commit
5009a3975c
  1. 5
      packages/builder/src/components/userInterface/ComponentSelectionList.svelte

5
packages/builder/src/components/userInterface/ComponentSelectionList.svelte

@ -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…
Cancel
Save