Skip to content

Commit

Permalink
fixed invalid unit
Browse files Browse the repository at this point in the history
  • Loading branch information
steal4life committed Oct 16, 2023
1 parent 59f75b1 commit eedd649
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Source/Blazorise.Material/Styles/_variables-material.scss
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ $dialog-transition-scale: 0.8 !default;
$dialog-width: 35rem !default; // 560px
$dialog-width-lg: 52.5rem !default; // 840px
$dialog-width-sm: 17.5rem !default; // 280px
$dialog-width-xl: 71 !default;
$dialog-width-xl: 71rem !default;

// Based on https://material.io/archive/guidelines/components/expansion-panels.html

Expand Down
2 changes: 1 addition & 1 deletion Source/Blazorise.Material/wwwroot/blazorise.material.css
Original file line number Diff line number Diff line change
Expand Up @@ -1034,7 +1034,7 @@ select[readonly] optgroup {
}
@media (min-width: 1200px) {
.modal .modal-xl {
max-width: 71;
max-width: 71rem;
}
}

Expand Down

Large diffs are not rendered by default.

0 comments on commit eedd649

Please sign in to comment.