Skip to content

Commit 425faa2

Browse files
author
Duncan Lock
committed
fixed indentation
1 parent ed16bac commit 425faa2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/formGenerator.vue

+3-3
Original file line numberDiff line numberDiff line change
@@ -334,9 +334,9 @@ div
334334
.form-control {
335335
// Default Bootstrap .form-control style
336336
display: block;
337-
&:not([class*=" col-"]){
338-
width: 100%;
339-
}
337+
&:not([class*=" col-"]){
338+
width: 100%;
339+
}
340340
padding: 6px 12px;
341341
font-size: 14px;
342342
line-height: 1.42857143;

0 commit comments

Comments
 (0)