Fix search box being broken with large font sizes (#7885)

This commit is contained in:
ByteHamster 2025-07-17 18:03:30 +02:00 committed by GitHub
parent f489a07f16
commit 60f5faf394
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -38,7 +38,7 @@
<androidx.cardview.widget.CardView
android:layout_width="match_parent"
android:layout_height="56dp"
android:layout_height="wrap_content"
android:layout_marginTop="8dp"
android:layout_marginBottom="8dp"
android:layout_marginHorizontal="16dp"