Skip to content

Commit

Permalink
Clarify unary for Sass (#17595)
Browse files Browse the repository at this point in the history
* 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 <tay1orjones@users.noreply.github.com>
  • Loading branch information
frankharkins and tay1orjones authored Oct 2, 2024
1 parent 204508f commit 58290ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/styles/scss/components/modal/_modal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 58290ff

Please sign in to comment.