From c38787680c454dcbf9875d3f922223d5e22ba378 Mon Sep 17 00:00:00 2001 From: Shahriar Shatil <52494840+ShatilKhan@users.noreply.github.com> Date: Thu, 16 Nov 2023 20:57:31 +0600 Subject: [PATCH] Update _resizable_button.scss Signed-off-by: Shahriar Shatil <52494840+ShatilKhan@users.noreply.github.com> Signed-off-by: ShatilKhan --- src/components/resizable_container/_resizable_button.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/resizable_container/_resizable_button.scss b/src/components/resizable_container/_resizable_button.scss index 4816033f82..b908c4574c 100644 --- a/src/components/resizable_container/_resizable_button.scss +++ b/src/components/resizable_container/_resizable_button.scss @@ -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 {