fix avatar size in related tasks in IE

stable
Juanfran 2015-01-14 15:51:10 +01:00
parent 7caf8ff018
commit de90811a94
1 changed files with 3 additions and 0 deletions

View File

@ -202,6 +202,9 @@
display: flex;
img {
flex-basis: 35px;
/* width & height they are only required for IE */
height: 35px;
width: 35px;
}
figcaption {
margin-left: .5rem;