Enhance layout in details
parent
6c8e9d885e
commit
24735d5de2
|
@ -189,15 +189,15 @@
|
|||
justify-content: flex-start;
|
||||
}
|
||||
.ticket-created-by {
|
||||
flex: 1;
|
||||
flex-basis: 250px;
|
||||
flex-shrink: 0;
|
||||
@include breakpoint(laptop) {
|
||||
flex: 0;
|
||||
order: 1;
|
||||
}
|
||||
}
|
||||
.tags-block {
|
||||
flex: 3;
|
||||
flex: 1;
|
||||
@include breakpoint(laptop) {
|
||||
flex: 0;
|
||||
order: 2;
|
||||
|
|
Loading…
Reference in New Issue