fix #1411
parent
1b53945a4d
commit
5a999595f8
|
@ -23,7 +23,7 @@
|
||||||
background: transparent;
|
background: transparent;
|
||||||
}
|
}
|
||||||
.user-stories {
|
.user-stories {
|
||||||
@include table-flex-child(20, 365px, 0);
|
width: 100%;
|
||||||
}
|
}
|
||||||
.status {
|
.status {
|
||||||
@include table-flex-child(0, 150px, 0);
|
@include table-flex-child(0, 150px, 0);
|
||||||
|
@ -149,8 +149,9 @@
|
||||||
background: lighten($green-taiga, 60%);
|
background: lighten($green-taiga, 60%);
|
||||||
}
|
}
|
||||||
.user-story-name {
|
.user-story-name {
|
||||||
@include table-flex();
|
@include table-flex($flex-wrap: nowrap);
|
||||||
input {
|
input {
|
||||||
|
@include flex-shrink(0);
|
||||||
margin-right: 1rem;
|
margin-right: 1rem;
|
||||||
vertical-align: super;
|
vertical-align: super;
|
||||||
&:checked {
|
&:checked {
|
||||||
|
|
Loading…
Reference in New Issue