From 9db0e229a2e8401ba6291fd2c6e855d64ae98a0d Mon Sep 17 00:00:00 2001 From: Guilherme Gazzo Date: Wed, 20 Oct 2021 11:54:09 -0300 Subject: [PATCH] Regression: Fix user typings style (#23511) --- app/theme/client/imports/components/message-box.css | 3 ++- app/ui-message/client/messageBox/userActionIndicator.html | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/app/theme/client/imports/components/message-box.css b/app/theme/client/imports/components/message-box.css index 79a435d072b..649a1e0826e 100644 --- a/app/theme/client/imports/components/message-box.css +++ b/app/theme/client/imports/components/message-box.css @@ -52,7 +52,8 @@ } } - &__action { + &__activity { + position: absolute; top: 4px; left: 0; diff --git a/app/ui-message/client/messageBox/userActionIndicator.html b/app/ui-message/client/messageBox/userActionIndicator.html index 55c833ae12d..15093945588 100644 --- a/app/ui-message/client/messageBox/userActionIndicator.html +++ b/app/ui-message/client/messageBox/userActionIndicator.html @@ -1,8 +1,8 @@