fix mobile comments on ios devices

This commit is contained in:
Sean Yesmunt 2020-10-12 15:21:03 -04:00
parent c1eb7d9621
commit 65c39cbbc8

View file

@ -53,6 +53,10 @@ $thumbnailWidthSmall: 0rem;
}
}
.comment__author-thumbnail {
flex: 0;
}
.comment__content {
display: flex;
flex-direction: row;