Skip to content

Commit

Permalink
Update _resizable_button.scss
Browse files Browse the repository at this point in the history
Signed-off-by: Shahriar Shatil <52494840+ShatilKhan@users.noreply.github.com>
Signed-off-by: ShatilKhan <shatilshahriar009@gmail.com>
  • Loading branch information
ShatilKhan committed Nov 17, 2023
1 parent 2aee718 commit c387876
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/resizable_container/_resizable_button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
&.ouiResizableButton--horizontal {
cursor: col-resize;
width: $ouiResizableButtonSize;
margin-left: calc(-1 * $ouiResizableButtonSize / 2);
margin-right: calc(-1 * $ouiResizableButtonSize / 2);
margin-left: calc( $ouiResizableButtonSize / -2);
margin-right: calc( $ouiResizableButtonSize / -2);

&:before,
&:after {
Expand Down

0 comments on commit c387876

Please sign in to comment.