Fix issue #1047 - Long pronouns displace the user name

This commit is contained in:
Thomas 2024-03-21 09:36:12 +01:00
parent a0e4472ef2
commit 91941a562d
1 changed files with 1 additions and 1 deletions

View File

@ -168,7 +168,7 @@
app:layout_constraintStart_toEndOf="@+id/display_name"
app:layout_constraintTop_toTopOf="parent"
app:layout_constraintEnd_toStartOf="@+id/date_short_container"
android:layout_width="wrap_content"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginStart="6dp"
android:visibility="invisible"