Commit f02a8494 authored by iamkun's avatar iamkun Committed by hetech

fix: Fix Notification title word break (#15008)

parent 993e9a12
...@@ -376,7 +376,8 @@ $--notification-shadow: $--box-shadow-light !default; ...@@ -376,7 +376,8 @@ $--notification-shadow: $--box-shadow-light !default;
$--notification-border-color: $--border-color-lighter !default; $--notification-border-color: $--border-color-lighter !default;
$--notification-icon-size: 24px !default; $--notification-icon-size: 24px !default;
$--notification-close-font-size: $--message-close-size !default; $--notification-close-font-size: $--message-close-size !default;
$--notification-group-margin: 13px !default; $--notification-group-margin-left: 13px !default;
$--notification-group-margin-right: 8px !default;
$--notification-font-size: $--font-size-base !default; $--notification-font-size: $--font-size-base !default;
$--notification-color: $--color-text-regular !default; $--notification-color: $--color-text-regular !default;
$--notification-title-font-size: 16px !default; $--notification-title-font-size: 16px !default;
......
...@@ -23,7 +23,8 @@ ...@@ -23,7 +23,8 @@
} }
@include e(group) { @include e(group) {
margin-left: $--notification-group-margin; margin-left: $--notification-group-margin-left;
margin-right: $--notification-group-margin-right;
} }
@include e(title) { @include e(title) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment