Skip to content

Commit

Permalink
fix: widen width of history column
Browse files Browse the repository at this point in the history
  • Loading branch information
henrychoy committed Dec 19, 2024
1 parent 91b0d3b commit 46ad770
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/src/dialogs/QueueDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
<!-- this is the history col -->
<q-card
v-if="history"
style="width: 210px; max-height: 263px; overflow: auto;"
style="width: 220px; max-height: 263px; overflow: auto;"
flat
bordered
class="q-ml-sm col"
Expand Down

0 comments on commit 46ad770

Please sign in to comment.