From 64aeb36747e82d46bb82a8cf3f2d16c14a5eb835 Mon Sep 17 00:00:00 2001 From: Ajay Sivan Date: Tue, 12 Sep 2023 22:04:36 +0530 Subject: [PATCH] fix: long channel name on Android --- src/status_im2/contexts/chat/messages/list/style.cljs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/status_im2/contexts/chat/messages/list/style.cljs b/src/status_im2/contexts/chat/messages/list/style.cljs index 85ada5ab1b..900821440b 100644 --- a/src/status_im2/contexts/chat/messages/list/style.cljs +++ b/src/status_im2/contexts/chat/messages/list/style.cljs @@ -57,8 +57,7 @@ {:align-items :flex-start})) (def name-container - {:flex-direction :row - :align-items :center}) + {:justify-content :center}) (def bio {:margin-top 8})