Skip to content

Commit 97333ae

Browse files
committed
set minimum height for form page
1 parent bad7d9d commit 97333ae

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/layouts/StepperLayout.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ export default defineComponent({
5353
.form-page {
5454
border-left-style: solid;
5555
border-left-width: 1px;
56+
min-height: 800px;
5657
}
5758
5859
</style>

0 commit comments

Comments
 (0)