PluginProbe
Formidable Forms – WordPress Form Builder for Contact Forms, Calculators, Quizzes & More / 6.16
Formidable Forms – WordPress Form Builder for Contact Forms, Calculators, Quizzes & More v6.16
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_blocks.css +4 -5 6.56.16 View file →
@@ -3,15 +3,11 @@
3 3 *
4 4 */
5 5
6 6 .frm-block-intro-screen .frm-block-intro-content {
7 - display: -ms-flexbox;
8 7 display: flex;
9 - -ms-flex-direction: column;
10 8 flex-direction: column;
11 - -ms-flex-pack: center;
12 9 justify-content: center;
13 - -ms-flex-align: center;
14 10 align-items: center;
15 11 text-align: center;
16 12 font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
17 13 }
@@ -28,9 +24,9 @@
28 24 color: #4d4d4d;
29 25 }
30 26
31 27 .frm-block-intro-content select + span svg {
32 - margin: unset;
28 + margin: unset;
33 29 }
34 30
35 31 .editor-styles-wrapper h2.frm-block-title {
36 32 color: #4d4d4d;
@@ -65,8 +61,11 @@
65 61 }
66 62
67 63 .frm-view-filter-component label {
68 64 font-weight: 600;
65 +}
66 +.frm-view-filter-component .components-radio-control__option {
67 + flex-wrap: wrap;
69 68 }
70 69
71 70 .components-panel__row.frm-row-small-top-margin {
72 71 margin-top: 5px;