File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ export default {
43
43
required : true ,
44
44
help : "First name of user" ,
45
45
validator : validators . string ,
46
- fieldClasses : "half-width" ,
46
+ styleClasses : "half-width col-xs-12 col-sm-6 " ,
47
47
fieldOptions : {
48
48
inputType : "text"
49
49
} ,
@@ -61,7 +61,7 @@ export default {
61
61
placeholder : "User's last name" ,
62
62
featured : true ,
63
63
required : true ,
64
- fieldClasses : "half-width" ,
64
+ styleClasses : "half-width col-xs-12 col-sm-6 " ,
65
65
fieldOptions : {
66
66
inputType : "text"
67
67
} ,
Original file line number Diff line number Diff line change @@ -141,11 +141,13 @@ export default {
141
141
</script >
142
142
<style lang="scss">
143
143
$errorColor : #f00 ;
144
-
144
+ .form-group :not ([class *= " col-" ]) {
145
+ width : 100% ;
146
+ }
145
147
.form-element {
146
148
display : inline-block ;
147
149
vertical-align : top ;
148
- width : 100% ;
150
+ // width: 100%;
149
151
// margin: 0.5rem 0.26rem;
150
152
margin-bottom : 1rem ;
151
153
You can’t perform that action at this time.
0 commit comments