FIX: tweaks to tag and category drops

This commit is contained in:
Joffrey JAFFEUX 2018-01-24 18:16:29 +01:00 committed by GitHub
parent 1fd3b5cc4f
commit 1d0f3a9816
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 5 deletions

View File

@ -69,7 +69,7 @@
flex-direction: column; flex-direction: column;
padding: 0; padding: 0;
min-width: 100px; min-width: 100px;
max-height: 250px; max-height: 300px;
.collection-header { .collection-header {
.category-filter { .category-filter {
@ -106,7 +106,6 @@
.category-desc { .category-desc {
font-weight: normal; font-weight: normal;
margin-top: 3px;
color: $primary-medium; color: $primary-medium;
} }
@ -142,7 +141,7 @@
margin: 2.5px; margin: 2.5px;
} }
.select-kit-wrapper { &.is-expanded .select-kit-wrapper, .select-kit-wrapper {
display: none; display: none;
} }
} }

View File

@ -21,7 +21,7 @@
display: flex; display: flex;
flex-direction: column; flex-direction: column;
padding: 0; padding: 0;
max-height: 250px; max-height: 300px;
.collection-header { .collection-header {
.tag-filter { .tag-filter {
@ -59,7 +59,7 @@
} }
} }
.select-kit-wrapper { &.is-expanded .select-kit-wrapper, .select-kit-wrapper {
display: none; display: none;
} }
} }