Skip to content

Commit ce2ef39

Browse files
author
henrychoy
committed
fix: widen width of history column
1 parent f7bb713 commit ce2ef39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/frontend/src/dialogs/QueueDialog.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
<!-- this is the history col -->
7575
<q-card
7676
v-if="history"
77-
style="width: 210px; max-height: 263px; overflow: auto;"
77+
style="width: 220px; max-height: 263px; overflow: auto;"
7878
flat
7979
bordered
8080
class="q-ml-sm col"

0 commit comments

Comments
 (0)