Skip to content

Commit f5baf86

Browse files
committed
Make Grid work within Form Group
1 parent 056db7f commit f5baf86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/js/components/FormGroup.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ export default {
127127
return classes;
128128
},
129129
containerStyle() {
130-
let classes = ['grow', 'border-b', 'border-r', 'border-l', 'border-gray-200', 'dark:border-gray-700', 'rounded-b-lg'];
130+
let classes = ['grow', 'border-b', 'border-r', 'border-l', 'border-gray-200', 'dark:border-gray-700', 'rounded-b-lg', 'flex', 'flex-wrap'];
131131
132132
if (! this.group.title) {
133133
classes.push('border-t');

0 commit comments

Comments
 (0)