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