Fix style behaviour on related user stories
parent
be715cc9e4
commit
f70296ae43
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue