Skip to content

Commit

Permalink
fix(@clayui/css): Sheet $sheet-lg-max-width should use fixed number…
Browse files Browse the repository at this point in the history
… instead of generating based on a `$container-max-widths` value
  • Loading branch information
pat270 committed Jul 28, 2021
1 parent b12dbf5 commit 5968bd5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/clay-css/src/scss/variables/_sheets.scss
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,7 @@ $sheet-footer-btn-block-sm-down: map-deep-merge(

/// @deprecated as of 3.x.

$sheet-lg-max-width: ceil(
map-get($container-max-widths, lg) * 0.83333
) !default; // 800px
$sheet-lg-max-width: 800px !default;

// Sheet Title

Expand Down

0 comments on commit 5968bd5

Please sign in to comment.