From 911edbf9f5a2590734b8995a1e6d67adbc298817 Mon Sep 17 00:00:00 2001 From: Joao Victor Date: Tue, 12 Apr 2022 16:26:13 -0300 Subject: [PATCH] Rebase to 2.5 --- .../chat/time-window-list/time-window-chat-item/styles.js | 1 + 1 file changed, 1 insertion(+) diff --git a/bigbluebutton-html5/imports/ui/components/chat/time-window-list/time-window-chat-item/styles.js b/bigbluebutton-html5/imports/ui/components/chat/time-window-list/time-window-chat-item/styles.js index 103cf2e434..ff7f57e57f 100644 --- a/bigbluebutton-html5/imports/ui/components/chat/time-window-list/time-window-chat-item/styles.js +++ b/bigbluebutton-html5/imports/ui/components/chat/time-window-list/time-window-chat-item/styles.js @@ -101,6 +101,7 @@ const Meta = styled.div` flex: 1; flex-flow: row; line-height: 1.35; + align-items: baseline; `; const Name = styled.div`