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 @@ -44,7 +44,7 @@ export default {
4444 required : true ,
4545 help : "First name of user" ,
4646 validator : validators . string ,
47- fieldClasses : "half-width" ,
47+ styleClasses : "half-width col-xs-12 col-sm-6 " ,
4848 fieldOptions : {
4949 inputType : "text"
5050 } ,
@@ -64,7 +64,7 @@ export default {
6464 placeholder : "User's last name" ,
6565 featured : true ,
6666 required : true ,
67- fieldClasses : "half-width" ,
67+ styleClasses : "half-width col-xs-12 col-sm-6 " ,
6868 fieldOptions : {
6969 inputType : "text"
7070 } ,
Original file line number Diff line number Diff line change @@ -132,11 +132,13 @@ export default {
132132 </script >
133133<style lang="scss">
134134$errorColor : #f00 ;
135-
135+ .form-element :not ([class *= " col-" ]) {
136+ width : 100% ;
137+ }
136138.form-element {
137139 display : inline-block ;
138140 vertical-align : top ;
139- width : 100% ;
141+ // width: 100%;
140142 // margin: 0.5rem 0.26rem;
141143 margin-bottom : 1rem ;
142144
You can’t perform that action at this time.
0 commit comments