fix(alert): made it easier to tell if alert is scrollable in MD mode (#23976)

This commit is contained in:
Amanda Smith
2021-09-24 14:23:41 -05:00
committed by GitHub
parent 3ca04197a4
commit a26275378f

View File

@@ -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;