Enhance layout in details
parent
6c8e9d885e
commit
24735d5de2
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue