Fix style behaviour on related user stories

stable
Xavier Julián 2016-09-13 14:50:06 +02:00 committed by David Barragán Merino
parent be715cc9e4
commit f70296ae43
1 changed files with 7 additions and 3 deletions

View File

@ -2,6 +2,7 @@ tg-related-userstory-row {
@include font-size(small);
align-items: center;
border-bottom: 1px solid $whitish;
cursor: move;
display: flex;
padding: .5rem 0 .5rem .5rem;
&:hover {
@ -31,12 +32,12 @@ tg-related-userstory-row {
width: 150px;
img {
flex-basis: 35px;
// width & height they are only required for IE
height: 35px;
width: 35px;
}
}
.project {
cursor: pointer;
flex-basis: 100px;
img {
width: 40px;
@ -46,9 +47,12 @@ tg-related-userstory-row {
display: flex;
flex: 1;
margin-right: 1rem;
a {
cursor: pointer;
}
span {
margin-right: .25rem;
display: inline-block;
margin-left: .25rem;
}
}
.closed {