PluginProbe
Formidable Forms – WordPress Form Builder for Contact Forms, Calculators, Quizzes & More / 5.0
Formidable Forms – WordPress Form Builder for Contact Forms, Calculators, Quizzes & More v5.0
6.35 6.34 6.33.1 6.33 6.32.1 6.32 6.31 6.25 6.25.1 6.26 6.26.1 6.27 6.28 6.29 6.3 6.3.1 6.3.2 6.30 6.4 6.4.1 6.4.2 6.5 6.5.1 6.5.2 6.5.3 All 141 releases
← All changes | css/frm_grids.css +2 -1 6.55.0 View file →
@@ -40,9 +40,9 @@
40 40 .frm_grid_container,
41 41 .frm_form_fields .frm_section_heading,
42 42 .frm_form_fields .frm_fields_container{
43 43 display:grid;
44 - grid-template-columns: repeat(12, 1fr);
44 + grid-template-columns: repeat(12, 6.5%);
45 45 grid-auto-rows: max-content;
46 46 grid-gap: 0 2%;
47 47 }
48 48
@@ -225,8 +225,9 @@
225 225 .frm_last,
226 226 .frm_form_field.frm_last,
227 227 .frm_form_field.frm_alignright{
228 228 grid-column-end:-1;
229 + grid-row-start: span 100;
229 230 justify-content: end;
230 231 }
231 232
232 233 /* RTL Grids */