diff --git a/src/components/user_card/user_card.scss b/src/components/user_card/user_card.scss index f8b1b15a2..4ce5ac36e 100644 --- a/src/components/user_card/user_card.scss +++ b/src/components/user_card/user_card.scss @@ -167,7 +167,8 @@ display: inline-grid; grid-auto-flow: column; grid-gap: 0.6em; - font-size: 1.25rem; + flex: 1; + font-size: 110%; z-index: 2; align-self: end; @@ -241,7 +242,6 @@ .top-line { display: flex; flex-direction: column; - justify-content: space-between; flex: 1; // these two normalize position and height when custom emoji are used line-height: 2;