From 8a0607654e27263db967c89e9c2deb8058a793b9 Mon Sep 17 00:00:00 2001 From: Goran Jovic Date: Mon, 16 Oct 2017 14:54:45 +0200 Subject: [PATCH] fix #2160 - status author name no longer overlaps with chat button on smaller screens --- src/status_im/ui/screens/discover/styles.cljs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/status_im/ui/screens/discover/styles.cljs b/src/status_im/ui/screens/discover/styles.cljs index 4720abaeda..a28de8ed7d 100644 --- a/src/status_im/ui/screens/discover/styles.cljs +++ b/src/status_im/ui/screens/discover/styles.cljs @@ -48,6 +48,7 @@ (def discover-list-item-name-container {:flex 0.3 + :padding-right 30 :flex-direction :row :justify-content :flex-start :align-items :center})