mirror of
https://codeberg.org/tom79/Fedilab.git
synced 2024-12-22 00:30:03 +02:00
Fix issue #1047 - Long pronouns displace the user name
This commit is contained in:
parent
a0e4472ef2
commit
91941a562d
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue