Skip to content

Commit 59b6fea

Browse files
committed
update form height
1 parent cbdb657 commit 59b6fea

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

public/app.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/mix-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"/app.js": "/app.js?id=0ad42993485d05583c18",
2+
"/app.js": "/app.js?id=de1cfe5017c152188c77",
33
"/manifest.js": "/manifest.js?id=8991394a854ee5cdffc3",
44
"/vendor.js": "/vendor.js?id=8abff0e9c166b13b6b9e"
55
}

resources/js/components/form/Form.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ export default {
292292
<style lang="scss">
293293
.form-page {
294294
.form-card {
295-
min-height: 200px;
295+
// min-height: 200px;
296296
}
297297
298298
.form-bottom-actions {

0 commit comments

Comments
 (0)