Skip to content

Commit

Permalink
fix(leadspace): file wasn't added by mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
bruno-amorim committed Nov 21, 2024
1 parent 4c3b9d0 commit 7127cf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/styles/scss/components/leadspace/_leadspace.scss
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@ $btn-min-width: 26;
:host(#{$c4d-prefix}-leadspace)[size='medium'] {
@include breakpoint(lg) {
.#{$c4d-prefix}--leadspace__overlay {
block-size: 30rem;
min-block-size: 30rem;
}
}

Expand Down

0 comments on commit 7127cf1

Please sign in to comment.