Skip to content

Commit 6f1f778

Browse files
Apply suggestions from code review
Co-authored-by: Mario Buikhuizen <[email protected]>
1 parent 4a79794 commit 6f1f778

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

glue_jupyter/widgets/axes_limits.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<v-row>
33
<v-col cols=6>
44
<glue-float-field label="xmin" :value.sync="glue_state.x_min" />
5-
</v-col cols=6>
6-
<v-col>
5+
</v-col>
6+
<v-col cols="6">
77
<glue-float-field label="xmax" :value.sync="glue_state.x_max" />
88
</v-col>
99
</v-row>

0 commit comments

Comments
 (0)