From fdfac8c720a04600988c2c24d4dd5e37662eeced Mon Sep 17 00:00:00 2001 From: Andrei Prigorshnev Date: Sun, 14 Aug 2022 18:55:54 +0400 Subject: [PATCH] UX: improve styles of the user status message component (#17904) --- .../stylesheets/common/components/user-status-message.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/assets/stylesheets/common/components/user-status-message.scss b/app/assets/stylesheets/common/components/user-status-message.scss index 8e45d8e6d21..b8f1aae0c4d 100644 --- a/app/assets/stylesheets/common/components/user-status-message.scss +++ b/app/assets/stylesheets/common/components/user-status-message.scss @@ -1,3 +1,8 @@ +.user-status-message-description { + margin-left: 0.1em; + color: var(--primary-800); +} + .user-status-message-tooltip { .emoji { width: 1em;