[#10005] Show only 1 line of ens name

Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
This commit is contained in:
Andrey Shovkoplyas 2020-02-10 11:18:20 +01:00
parent 39ea685adc
commit 671e5f4540
No known key found for this signature in database
GPG Key ID: EAAB7C8622D860A4
1 changed files with 2 additions and 1 deletions

View File

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