File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -158,15 +158,15 @@ available on other form controls.
158158
159159``` html
160160<div >
161- <b-form-group label =" Small:" label-for = " file-small " label- cols-sm =" 2" label-size =" sm" >
161+ <b-form-group label =" Small:" label-cols-sm =" 2" label-size =" sm" >
162162 <b-form-file id =" file-small" size =" sm" ></b-form-file >
163163 </b-form-group >
164164
165- <b-form-group label =" Default:" label-for = " file-default " label- cols-sm =" 2" >
165+ <b-form-group label =" Default:" label-cols-sm =" 2" >
166166 <b-form-file id =" file-default" ></b-form-file >
167167 </b-form-group >
168168
169- <b-form-group label =" Large:" label-for = " file-large " label- cols-sm =" 2" label-size =" lg" >
169+ <b-form-group label =" Large:" label-cols-sm =" 2" label-size =" lg" >
170170 <b-form-file id =" file-large" size =" lg" ></b-form-file >
171171 </b-form-group >
172172</div >
You can’t perform that action at this time.
0 commit comments