From 671e5f45407e9d2c13557581f3f8989be691ece5 Mon Sep 17 00:00:00 2001 From: Andrey Shovkoplyas Date: Mon, 10 Feb 2020 11:18:20 +0100 Subject: [PATCH] [#10005] Show only 1 line of ens name Signed-off-by: Andrey Shovkoplyas --- src/status_im/ui/screens/chat/utils.cljs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/status_im/ui/screens/chat/utils.cljs b/src/status_im/ui/screens/chat/utils.cljs index ce35faf1d8..e8aa67a43b 100644 --- a/src/status_im/ui/screens/chat/utils.cljs +++ b/src/status_im/ui/screens/chat/utils.cljs @@ -14,7 +14,8 @@ (defn format-author [alias style name] (let [additional-styles (style false)] (if name - [react/text {:style (merge {:color colors/blue + [react/text {:number-of-lines 1 + :style (merge {:color colors/blue :font-size 13 :line-height 18 :font-weight "500"} additional-styles)}