fix: Long community name not split into two lines (#19223)

This commit is contained in:
Ajay Sivan 2024-03-21 09:58:16 +05:30 committed by GitHub
parent ab53450ba8
commit fd24a80904
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,7 @@
(def title-container
{:flex-direction :row
:flex 1
:align-items :center})
(def avatar-container

View File

@ -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]]