fix avatar size in related tasks in IE
parent
7caf8ff018
commit
de90811a94
|
@ -202,6 +202,9 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
img {
|
img {
|
||||||
flex-basis: 35px;
|
flex-basis: 35px;
|
||||||
|
/* width & height they are only required for IE */
|
||||||
|
height: 35px;
|
||||||
|
width: 35px;
|
||||||
}
|
}
|
||||||
figcaption {
|
figcaption {
|
||||||
margin-left: .5rem;
|
margin-left: .5rem;
|
||||||
|
|
Loading…
Reference in New Issue