Skip to content

Commit 1e13324

Browse files
committed
fix(ui): task details col width
1 parent 73ef35c commit 1e13324

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web/src/components/TaskDetails.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
</v-row>
6161

6262
<v-row>
63-
<v-col>
63+
<v-col cols="12" md="6">
6464
<v-card
6565
:color="$vuetify.theme.dark ? '#212121' : 'white'"
6666
style="background: #8585850f"
@@ -105,7 +105,7 @@
105105
</v-card-text>
106106
</v-card>
107107
</v-col>
108-
<v-col>
108+
<v-col cols="12" md="6">
109109
<v-card v-if="item?.params">
110110
<v-card-title>Task parameters</v-card-title>
111111
<v-card-text>

0 commit comments

Comments
 (0)