fix: Long community name not split into two lines (#19223)
This commit is contained in:
parent
ab53450ba8
commit
fd24a80904
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
(def title-container
|
(def title-container
|
||||||
{:flex-direction :row
|
{:flex-direction :row
|
||||||
|
:flex 1
|
||||||
:align-items :center})
|
:align-items :center})
|
||||||
|
|
||||||
(def avatar-container
|
(def avatar-container
|
||||||
|
|
|
@ -43,6 +43,7 @@
|
||||||
{:accessibility-label title-accessibility-label
|
{:accessibility-label title-accessibility-label
|
||||||
:weight :semi-bold
|
:weight :semi-bold
|
||||||
:ellipsize-mode :tail
|
:ellipsize-mode :tail
|
||||||
|
:style {:flex 1}
|
||||||
:number-of-lines title-number-of-lines
|
:number-of-lines title-number-of-lines
|
||||||
:size :heading-1}
|
:size :heading-1}
|
||||||
title]]
|
title]]
|
||||||
|
|
Loading…
Reference in New Issue