Skip to content

Commit

Permalink
revert: Allow "Vote" button to expand to contain text (#545)
Browse files Browse the repository at this point in the history
Expanded too far...
  • Loading branch information
nikclayton committed Mar 19, 2024
1 parent ae811d7 commit 7780174
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/layout/status_poll.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
app:layout_constraintHorizontal_chainStyle="spread_inside"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/status_poll_options"
app:layout_constraintWidth_min="150dp" />
app:layout_constraintWidth_max="150dp" />

<CheckBox
android:id="@+id/status_poll_show_results"
Expand Down

0 comments on commit 7780174

Please sign in to comment.