Skip to content

Commit a1913a2

Browse files
luizhf42gustavosbarreto
authored andcommitted
fix(ui): fix quick connection card min-height
1 parent 79f0765 commit a1913a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/components/QuickConnection/QuickConnection.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
</div>
2121

2222
<v-dialog v-model="dialog" width="1000" transition="dialog-bottom-transition">
23-
<v-card class="bg-v-theme-surface content" min-height="700" max-height="700">
23+
<v-card class="bg-v-theme-surface content" max-height="700">
2424
<div class="pa-5">
2525
<v-row>
2626
<v-col>

0 commit comments

Comments
 (0)