From 9ab7e5718f4359880af90dfe063806492f808cf9 Mon Sep 17 00:00:00 2001 From: trashtemp <96388163+trashtemp@users.noreply.github.com> Date: Tue, 21 Dec 2021 12:20:33 +0100 Subject: [PATCH] fix(profile): fixed status label alignment --- src/context/intermediate/popovers/UserProfile.module.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/context/intermediate/popovers/UserProfile.module.scss b/src/context/intermediate/popovers/UserProfile.module.scss index cfd9b94d..0d67980e 100644 --- a/src/context/intermediate/popovers/UserProfile.module.scss +++ b/src/context/intermediate/popovers/UserProfile.module.scss @@ -53,6 +53,10 @@ .status { font-size: 13px; + + > div { + display: inline !important; + } } } }