Skip to content

Commit

Permalink
fix(yalb-1319): cleanup and revert to initial grid gap spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
joetower committed Aug 4, 2023
1 parent 37b85eb commit 6f54cc9
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ $modal-speed: var(--animation-speed-slow);
)
minmax(0, 1fr) var(--size-click-target-minimum);
/* stylelint-enable scss/operator-no-newline-before */
gap: var(--size-spacing-6);
gap: var(--spacing-component-gutter-secondary);
max-height: 100%;

@media (min-width: tokens.$break-s) {
Expand Down Expand Up @@ -211,10 +211,6 @@ $modal-speed: var(--animation-speed-slow);
.media-grid-modal__heading {
@include tokens.body-l;

@media (min-width: tokens.$break-s) {
@include tokens.body-l;
}

// if the toggle is present, truncate the heading to 1 line
[aria-expanded='false'] & {
max-width: 100%;
Expand Down

0 comments on commit 6f54cc9

Please sign in to comment.