Skip to content

Commit dca1aa5

Browse files
Fix (inspector): height of column width button
1 parent f36e43e commit dca1aa5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/components/columns-width-control/editor.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@
1919
.ugb-columns-width-control__reset {
2020
text-transform: none;
2121
}
22+
.components-radio-control__input {
23+
min-width: 0 !important;
24+
width: 0 !important;
25+
position: absolute !important;
26+
}
2227
}
2328

2429
.stk-column-widths-control__columns-slider {

0 commit comments

Comments
 (0)