Skip to content

Commit edc3988

Browse files
authored
chore: Fix dimensions of split panel slider to match handle wrapper (#3489)
1 parent 5024307 commit edc3988

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

src/internal/components/panel-resize-handle/styles.scss

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@
1111
padding-block: 0;
1212
padding-inline: 0;
1313
cursor: ns-resize;
14-
margin-block-start: 2px;
15-
margin-block-end: 0;
14+
margin-block: 0;
1615
margin-inline: 0;
1716
block-size: 18px;
1817
// Desktop Safari doesn't support touch events, but Safari on iOS does.
@@ -30,7 +29,5 @@
3029

3130
.slider-side {
3231
cursor: ew-resize;
33-
margin-block: 0;
34-
margin-inline-start: 2px;
35-
margin-inline-end: 0;
32+
padding-inline-start: 2px;
3633
}

0 commit comments

Comments
 (0)