revert: Allow "Vote" button to expand to contain text (#545)

Expanded too far...
This commit is contained in:
Nik Clayton 2024-03-19 19:02:15 +01:00
parent ae811d7126
commit 778017475d
No known key found for this signature in database
GPG Key ID: F95268159C2EC897
1 changed files with 1 additions and 1 deletions

View File

@ -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"