From 58290ff45203b6ccfd0b4cbdc9ffc1fc1bb02bce Mon Sep 17 00:00:00 2001 From: Frank Harkins Date: Wed, 2 Oct 2024 12:31:21 +0100 Subject: [PATCH] Clarify unary for Sass (#17595) * Fix: Clarify SCSS * Try other interpretation It seems my initial fix _did_ break the styling. This commit tries the other interpretation to see if it passes the snapshot tests. * Revert "Try other interpretation" This reverts commit 8e1ac7369b0cf72fd20e98e3dcf536a1af4e7caf. --------- Co-authored-by: Taylor Jones --- packages/styles/scss/components/modal/_modal.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/styles/scss/components/modal/_modal.scss b/packages/styles/scss/components/modal/_modal.scss index 7525b6542cff..d505dad714c3 100644 --- a/packages/styles/scss/components/modal/_modal.scss +++ b/packages/styles/scss/components/modal/_modal.scss @@ -125,7 +125,7 @@ // fluid form in modal .#{$prefix}--modal-content .#{$prefix}--form--fluid { - margin-inline: -$spacing-05 -$spacing-05; + margin-inline: -$spacing-05 - $spacing-05; } //TO-DO: remove .#{$prefix}--modal-content__regular-content in v11 since hasForm has been deprecated