Fixed broken table in search. Fixes #781
parent
69c75bdad5
commit
4a1607ac16
|
@ -14,16 +14,16 @@
|
|||
@include transition (background .2s ease-in);
|
||||
}
|
||||
.user-stories {
|
||||
@include table-flex-child(5, auto, 1);
|
||||
@include table-flex-child(5, 0, 1);
|
||||
}
|
||||
.status,
|
||||
.points {
|
||||
@include table-flex-child(0, 100px, 0);
|
||||
@include table-flex-child(1, 100px, 0);
|
||||
padding: 0 1rem;
|
||||
text-align: center;
|
||||
}
|
||||
.assigned-to {
|
||||
@include table-flex-child(1, 250px, 0, 250px);
|
||||
@include table-flex-child(1, 250px, 0);
|
||||
}
|
||||
}
|
||||
.row-selected {
|
||||
|
|
Loading…
Reference in New Issue