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

View File

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