Skip to content

Commit d8e74b1

Browse files
InfantLabclaude
andcommitted
fix: tally count presets now wrap on mobile
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent fc5f8db commit d8e74b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/modules/entry-types/tally/TallyInput.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -662,7 +662,7 @@ function handleVoiceError(message: string) {
662662
</div>
663663

664664
<!-- Quick presets -->
665-
<div class="flex gap-2 mt-3 justify-center">
665+
<div class="flex flex-wrap gap-2 mt-3 justify-center">
666666
<button
667667
v-for="preset in quickPresets"
668668
:key="preset.value"

0 commit comments

Comments
 (0)