Commit 5e5eff3 1 parent 22b1ebb commit 5e5eff3 Copy full SHA for 5e5eff3
File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 88
88
'label ' => 'inline-block mb-2 font-semibold ' ,
89
89
'input ' => 'block w-full p-2 text-base leading-normal bg-white border rounded-sm ' ,
90
90
'checkbox ' => 'pr-2 ' ,
91
- 'checkbox_label ' => 'flex items-center ' ,
91
+ 'checkbox_label ' => 'flex items-baseline ' ,
92
92
'checkbox_wrapper ' => 'ml-2 flex-1 ' ,
93
93
'checkbox_group_label ' => 'flex items-baseline mb-2 ml-2 border-transparent border-l ' ,
94
94
'checkbox_group_label_wrapper ' => 'flex-1 ml-2 ' ,
Original file line number Diff line number Diff line change 10
10
value =" {{ $prepend_empty_option -> value } }"
11
11
{{ $attributes -> isValue ($prepend_empty_option -> value ) ? ' checked' : ' ' } }
12
12
/>
13
- <span {{ $attributes -> label_wrappwer } } >
13
+ <span {{ $attributes -> label_wrapper } } >
14
14
{{ $prepend_empty_option -> label } }
15
15
</span >
16
16
</label >
24
24
value =" {{ $option_value } }"
25
25
{{ $attributes -> isValue ($option_value ) ? ' checked' : ' ' } }
26
26
/>
27
- <span {{ $attributes -> label_wrappwer } } >
27
+ <span {{ $attributes -> label_wrapper } } >
28
28
{{ $option_label } }
29
29
</span >
30
30
</label >
You can’t perform that action at this time.
0 commit comments