File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 3838 min-height : 1400px ;
3939 }
4040
41+ body {
42+ padding : 15px ;
43+ }
44+
4145 .alert .form-group {
4246 margin-bottom : 0px ;
4347 }
136140 </ div > <!-- /.container-fluid -->
137141</ nav >
138142
139- < div class =" col-md-12 " >
143+ < div >
140144 < h1 > < a href ="/ "> < span class ="glyphicon glyphicon-home " aria-hidden ="true "> </ a > Schema Form Example</ h1 >
141- < div class ="row ">
142- < div class =" col-sm-4 ">
145+ < div layout ="row ">
146+ < div flex =" 33 ">
143147 < h3 > The Generated Form</ h3 >
144148
145149 < form name ="ngform " sf-model ="modelData " sf-form ="form " sf-schema ="schema " ng-submit ="submitForm(ngform,modelData) "> </ form >
@@ -158,7 +162,7 @@ <h3>The Generated Form</h3>
158162 < h3 > Model</ h3 >
159163 < pre ng-cloak > {{pretty()}}</ pre >
160164 </ div >
161- < div class =" col-sm-8 ">
165+ < div flex =" 66 ">
162166 < h3 > Select Example</ h3 >
163167 < div class ="form-group ">
164168 < select class ="form-control " id ="selectTest "
You can’t perform that action at this time.
0 commit comments