Update font-size of username in UserCardContent component

This commit is contained in:
taehoon 2019-03-02 12:58:17 -05:00
parent 11113dd7c4
commit 94b0321c71

View file

@ -222,6 +222,7 @@
overflow: hidden; overflow: hidden;
flex: 1 1 auto; flex: 1 1 auto;
margin-right: 1em; margin-right: 1em;
font-size: 15px;
img { img {
object-fit: contain; object-fit: contain;