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})