Skip to content

Commit c6593c9

Browse files
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 8e1ac73. --------- Co-authored-by: Taylor Jones <[email protected]>
1 parent 35f19c7 commit c6593c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/styles/scss/components/modal/_modal.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125

126126
// fluid form in modal
127127
.#{$prefix}--modal-content .#{$prefix}--form--fluid {
128-
margin-inline: -$spacing-05 -$spacing-05;
128+
margin-inline: -$spacing-05 - $spacing-05;
129129
}
130130

131131
//TO-DO: remove .#{$prefix}--modal-content__regular-content in v11 since hasForm has been deprecated

0 commit comments

Comments
 (0)