| @@ -14,9 +14,10 @@ | ||
| 14 | 14 | } |
| 15 | 15 | |
| 16 | 16 | #tablepress_import-import-form { |
| 17 | 17 | /* Show RadioButtons next to each other (by default the component uses VStack). */ |
| 18 | - .components-radio-control__group-wrapper { | |
| 18 | + .components-radio-control__group-wrapper, | |
| 19 | + .components-radio-control > div > .components-v-stack { /* WP < 6.7 */ | |
| 19 | 20 | flex-direction: row; |
| 20 | 21 | justify-content: flex-start; |
| 21 | 22 | gap: 20px; |
| 22 | 23 | } |