From bf1940bb11d87856fc237058a9e30c3da091111a Mon Sep 17 00:00:00 2001 From: Alexander McCormmach <15781+acmcc@users.noreply.github.com> Date: Mon, 6 Nov 2017 17:43:08 -0500 Subject: [PATCH] ui: hide chats list item overflow --- src/status_im/ui/screens/chats_list/styles.cljs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/status_im/ui/screens/chats_list/styles.cljs b/src/status_im/ui/screens/chats_list/styles.cljs index fc9f7eccce..363236d529 100644 --- a/src/status_im/ui/screens/chats_list/styles.cljs +++ b/src/status_im/ui/screens/chats_list/styles.cljs @@ -16,7 +16,8 @@ {:flex-direction :row :background-color component.styles/color-white :android {:height 76} - :ios {:height 74}}) + :ios {:height 74} + :overflow "hidden"}) (defstyle chat-icon-container {:padding-top 18