| @@ -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; |