Skip to content

Commit c452627

Browse files
committed
Update _resizable_button.scss
Signed-off-by: Shahriar Shatil <[email protected]> Signed-off-by: ShatilKhan <[email protected]>
1 parent a6a2ee8 commit c452627

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/resizable_container/_resizable_button.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
&.ouiResizableButton--horizontal {
3636
cursor: col-resize;
3737
width: $ouiResizableButtonSize;
38-
margin-left: calc(-1 * $ouiResizableButtonSize / 2);
39-
margin-right: calc(-1 * $ouiResizableButtonSize / 2);
38+
margin-left: calc( $ouiResizableButtonSize / -2);
39+
margin-right: calc( $ouiResizableButtonSize / -2);
4040

4141
&:before,
4242
&:after {

0 commit comments

Comments
 (0)