fix related task alignment on safari 7

stable
Ramiro Sánchez 2014-12-05 13:54:51 +01:00
parent 73aa3c34e9
commit 0e02785ee2
1 changed files with 4 additions and 4 deletions

View File

@ -96,7 +96,7 @@
}
}
.task-name {
display: flex;
@include display(flex);
position: relative;
a {
display: inline-block;
@ -198,10 +198,10 @@
}
}
.avatar {
align-items: center;
display: flex;
@include align-items(center);
@include display(flex);
img {
flex-basis: 35px;
@include flex-basis(35px)
}
figcaption {
margin-left: .5rem;