FIX: better handling of collection height

This commit is contained in:
Joffrey JAFFEUX 2018-01-24 16:42:13 +01:00 committed by GitHub
parent a2f78fd778
commit 262f795a4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 1 deletions

View File

@ -69,6 +69,7 @@
flex-direction: column;
padding: 0;
min-width: 100px;
max-height: 250px;
.collection-header {
.category-filter {

View File

@ -1,13 +1,15 @@
.select-kit {
.category-row {
.category-status {
.category-status, .category-desc {
display: flex;
flex-wrap: wrap;
align-items: center;
-webkit-box-flex: 0;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.category-status {
.badge-wrapper.box {
margin-bottom: 1px;
margin-top: 1px;

View File

@ -152,6 +152,7 @@
display: -webkit-box;
display: -ms-flexbox;
display: flex;
flex: 1 0 auto;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-box-align: center;

View File

@ -21,6 +21,7 @@
display: flex;
flex-direction: column;
padding: 0;
max-height: 250px;
.collection-header {
.tag-filter {