Skip to content

Commit

Permalink
fix(alert): made it easier to tell if alert is scrollable in MD mode (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
averyjohnston authored Sep 24, 2021
1 parent 3ca0419 commit a262753
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/components/alert/alert.md.vars.scss
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ $alert-md-message-empty-padding-bottom: $alert-md-message-empty-padding-to
$alert-md-message-empty-padding-start: $alert-md-message-empty-padding-end !default;

/// @prop - Maximum height of the alert content
$alert-md-content-max-height: 240px !default;
$alert-md-content-max-height: 266px !default;

/// @prop - Border width of the alert input
$alert-md-input-border-width: 1px !default;
Expand Down

0 comments on commit a262753

Please sign in to comment.