mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
style(components): [notification] word wrap (#17052)
This commit is contained in:
@@ -34,6 +34,8 @@
|
||||
}
|
||||
|
||||
@include e(group) {
|
||||
flex: 1;
|
||||
min-width: 0;
|
||||
margin-left: getCssVar('notification-group-margin-left');
|
||||
margin-right: getCssVar('notification-group-margin-right');
|
||||
}
|
||||
@@ -58,6 +60,7 @@
|
||||
}
|
||||
|
||||
& .#{$namespace}-notification__icon {
|
||||
flex-shrink: 0;
|
||||
height: getCssVar('notification-icon-size');
|
||||
width: getCssVar('notification-icon-size');
|
||||
font-size: getCssVar('notification-icon-size');
|
||||
|
||||
Reference in New Issue
Block a user