Skip to content

Commit

Permalink
Fix: Clarify SCSS
Browse files Browse the repository at this point in the history
  • Loading branch information
frankharkins committed Sep 27, 2024
1 parent 6bd017d commit ccb9344
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 ccb9344

Please sign in to comment.