Enhance layout in details

stable
Xavier Julián 2016-04-29 12:44:07 +02:00
parent 6c8e9d885e
commit 24735d5de2
1 changed files with 2 additions and 2 deletions

View File

@ -189,15 +189,15 @@
justify-content: flex-start; justify-content: flex-start;
} }
.ticket-created-by { .ticket-created-by {
flex: 1;
flex-basis: 250px; flex-basis: 250px;
flex-shrink: 0;
@include breakpoint(laptop) { @include breakpoint(laptop) {
flex: 0; flex: 0;
order: 1; order: 1;
} }
} }
.tags-block { .tags-block {
flex: 3; flex: 1;
@include breakpoint(laptop) { @include breakpoint(laptop) {
flex: 0; flex: 0;
order: 2; order: 2;