From 6f865bf337db5339e69598423d82d9da129ee95e Mon Sep 17 00:00:00 2001 From: yenda Date: Mon, 11 Feb 2019 13:27:03 +0100 Subject: [PATCH] [fix] restore large bubble width Signed-off-by: yenda --- src/status_im/ui/screens/chat/styles/message/message.cljs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/status_im/ui/screens/chat/styles/message/message.cljs b/src/status_im/ui/screens/chat/styles/message/message.cljs index 31f041a4d5..9f803ec1f4 100644 --- a/src/status_im/ui/screens/chat/styles/message/message.cljs +++ b/src/status_im/ui/screens/chat/styles/message/message.cljs @@ -74,10 +74,7 @@ (last-message-padding message))) (defn timestamp-content-wrapper [outgoing message-type] - {:flex-direction (if outgoing :row-reverse :row) - :width (if (= :system-message message-type) - 300 - 230)}) + {:flex-direction (if outgoing :row-reverse :row)}) (defn group-message-view [outgoing message-type]