vendor/assets/stylesheets/form.css.scss in flashgrid-1.1.0 vs vendor/assets/stylesheets/form.css.scss in flashgrid-1.1.1
- old
+ new
@@ -262,10 +262,12 @@
/* #Media Queries
================================================== */
@media only screen and (max-width: 767px) {
.form-button-inline { margin-top: 15px; }
.form-text-inline { margin-top: 0; }
- .form-column-responsive {
+ .form-column-responsive .form-column {
clear: both;
float: none;
+ margin: 0;
+ width: 100%;
}
}
\ No newline at end of file