PluginProbe
Formidable Forms – WordPress Form Builder for Contact Forms, Calculators, Quizzes & More / 5.1
Formidable Forms – WordPress Form Builder for Contact Forms, Calculators, Quizzes & More v5.1
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 +1 -1 6.55.1 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