Skip to content

Commit

Permalink
fix(poll-options): fix poll options layout when screen is too small a…
Browse files Browse the repository at this point in the history
…nd there are multiple lines in a poll option

cc: @FineFindus
  • Loading branch information
LucasGGamerM committed Sep 25, 2023
1 parent ebcafbf commit f3a1e7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mastodon/src/main/res/layout/display_item_poll_option.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<LinearLayout
android:id="@+id/button"
android:layout_width="match_parent"
android:layout_height="48dp"
android:layout_height="wrap_content"
android:background="@drawable/bg_poll_option_clickable"
android:duplicateParentState="true"
android:layoutDirection="locale">
Expand Down

0 comments on commit f3a1e7c

Please sign in to comment.