fix potential stretched spurdo

This commit is contained in:
Henry Jameson 2018-08-13 15:36:10 +03:00
parent 4d112b70fd
commit d417cb35bb

View file

@ -227,10 +227,12 @@
.user-name { .user-name {
margin-right: 0.2em; margin-right: 0.2em;
img { img {
width: 14px; width: 14px;
height: 14px; height: 14px;
vertical-align: middle vertical-align: middle;
object-fit: contain
} }
} }
} }
@ -351,10 +353,12 @@
.user-name { .user-name {
font-weight: bold; font-weight: bold;
img { img {
width: 14px; width: 14px;
height: 14px; height: 14px;
vertical-align: middle; vertical-align: middle;
object-fit: contain
} }
} }