PluginProbe
TablePress – Tables in WordPress made easy / 3.0
TablePress – Tables in WordPress made easy v3.0
3.3.4 3.3.3 3.3.2 3.3.1 trunk 1.12 1.14 1.9.2 2.0.4 2.1.7 2.1.8 2.2 2.2.1 2.2.2 2.2.3 2.2.4 2.2.5 2.3 2.3.1 2.3.2 2.4 2.4.1 2.4.2 2.4.3 2.4.4 All 44 releases
← All changes | admin/css/import.scss +2 -1 trunk3.0 View file →
@@ -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 }