We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6a2ee8 commit c452627Copy full SHA for c452627
src/components/resizable_container/_resizable_button.scss
@@ -35,8 +35,8 @@
35
&.ouiResizableButton--horizontal {
36
cursor: col-resize;
37
width: $ouiResizableButtonSize;
38
- margin-left: calc(-1 * $ouiResizableButtonSize / 2);
39
- margin-right: calc(-1 * $ouiResizableButtonSize / 2);
+ margin-left: calc( $ouiResizableButtonSize / -2);
+ margin-right: calc( $ouiResizableButtonSize / -2);
40
41
&:before,
42
&:after {
0 commit comments