[#10005] Show only 1 line of ens name
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
This commit is contained in:
parent
39ea685adc
commit
671e5f4540
|
@ -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)}
|
||||
|
|
Loading…
Reference in New Issue