Skip to content
This repository has been archived by the owner on Aug 21, 2023. It is now read-only.

Commit

Permalink
Modal: Fix Scrollable padding within a Modal
Browse files Browse the repository at this point in the history
This update adds padding to the correct selector (`.c-Scrollable__content`) instead of `.c-Scrollable`.
  • Loading branch information
ItsJonQ committed Oct 13, 2017
1 parent 387e2fa commit db479f6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/styles/components/Modal.scss
Expand Up @@ -26,7 +26,9 @@
}

&__scrollable {
padding: 20px;
.c-Scrollable__content {
padding: 20px;
}
}

&__close {
Expand Down

0 comments on commit db479f6

Please sign in to comment.