[Backport] Fix broken tag list

stable
Xavier Julián 2016-05-03 13:22:14 +02:00 committed by David Barragán Merino
parent dd129f4bdd
commit 0f766f6c9f
2 changed files with 4 additions and 2 deletions

View File

@ -91,6 +91,9 @@ svg {
// scss-lint:disable QualifyingElement
div.awesomplete {
input {
display: inline-block;
}
> ul {
background: rgba($black, .95);
color: $primary-light;

View File

@ -182,6 +182,7 @@
}
.subheader {
align-items: flex-start;
display: flex;
justify-content: space-between;
@include breakpoint(laptop) {
@ -192,14 +193,12 @@
flex-basis: 250px;
flex-shrink: 0;
@include breakpoint(laptop) {
flex: 0;
order: 1;
}
}
.tags-block {
flex: 1;
@include breakpoint(laptop) {
flex: 0;
order: 2;
}
}