Skip to content

Commit b4edb49

Browse files
committed
fix(demo): Update Styling Homepage
1 parent 4dd6702 commit b4edb49

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dev/pages/index.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ const schema = reactive(
2020
label: 'Email',
2121
help: 'This will be used for your account.',
2222
validation: 'required|email',
23+
outerClass: 'col-6',
2324
},
2425
{
2526
$formkit: 'primeTextarea',
@@ -67,6 +68,7 @@ const schema = reactive(
6768
optionValue: 'value',
6869
options,
6970
help: 'How often should we display a cookie notice?',
71+
outerClass: 'col-6',
7072
},
7173
],
7274
)

0 commit comments

Comments
 (0)