style: notification 长单词不换行 显示不全 (#27285)

fix: pass lint
This commit is contained in:
小鹅鹅鹅 2020-10-22 15:19:04 +08:00 committed by GitHub
parent 4bf9105c4f
commit ed1b31ba36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,6 +39,7 @@
margin-bottom: @notification-margin-bottom;
margin-left: auto;
overflow: hidden;
word-wrap: break-word;
background: @notification-bg;
border-radius: @border-radius-base;
box-shadow: @shadow-2;
@ -60,7 +61,6 @@
line-height: @line-height-base;
&-message {
display: inline-block;
margin-bottom: 8px;
color: @heading-color;
font-size: @font-size-lg;