Comments: Fix some avatars overflowing

This commit is contained in:
James Taylor 2019-09-10 15:31:20 -07:00
parent 652cef15ec
commit 27efcaf2b1

View File

@ -81,6 +81,9 @@
height:32px;
width:32px;
}
.comment .author-avatar-img{
max-height: 100%;
}
.comment address{
grid-column: 2;