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
|
||||
{:flex-direction :row
|
||||
:flex 1
|
||||
:align-items :center})
|
||||
|
||||
(def avatar-container
|
||||
|
|
|
@ -43,6 +43,7 @@
|
|||
{:accessibility-label title-accessibility-label
|
||||
:weight :semi-bold
|
||||
:ellipsize-mode :tail
|
||||
:style {:flex 1}
|
||||
:number-of-lines title-number-of-lines
|
||||
:size :heading-1}
|
||||
title]]
|
||||
|
|
Loading…
Reference in New Issue