Fix broken tag list

stable
Xavier Julián 2016-05-03 13:22:14 +02:00
parent b3e5842de8
commit 821a9f28d9
2 changed files with 4 additions and 2 deletions

View File

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

View File

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