Skip to content

Commit 380f535

Browse files
Fix expanded run checkbox alignment
1 parent 6d1f1e8 commit 380f535

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

web/server/vue-cli/src/components/Run/ExpandedRun.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,12 @@
2222
<v-timeline-item
2323
v-for="history in group"
2424
:key="history.id.toNumber()"
25-
class="run-history pb-2 w-100"
25+
class="run-history pb-2"
2626
icon="mdi-history"
2727
fill-dot
2828
dot-color="primary"
2929
size="small"
30+
width="100%"
3031
>
3132
<div
3233
class="d-flex justify-space-between align-center"

0 commit comments

Comments
 (0)