Skip to content

Commit a262753

Browse files
authoredSep 24, 2021
fix(alert): made it easier to tell if alert is scrollable in MD mode (#23976)
1 parent 3ca0419 commit a262753

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎core/src/components/alert/alert.md.vars.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ $alert-md-message-empty-padding-bottom: $alert-md-message-empty-padding-to
8080
$alert-md-message-empty-padding-start: $alert-md-message-empty-padding-end !default;
8181

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

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

0 commit comments

Comments
 (0)
Please sign in to comment.