Skip to content

Commit 1fac8f8

Browse files
committed
fix(notification): wrong icon size when long content is rendered
1 parent f2cdab2 commit 1fac8f8

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

packages/default/scss/notification/_layout.scss

+4
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@
4747
> .k-notification-content {
4848
flex: 1 1 auto;
4949
}
50+
51+
> .k-notification-status {
52+
flex-shrink: 0;
53+
}
5054
}
5155

5256
.k-notification-actions {

packages/fluent/scss/notification/_layout.scss

+4
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@
4747
> .k-notification-content {
4848
flex: 1 1 auto;
4949
}
50+
51+
> .k-notification-status {
52+
flex-shrink: 0;
53+
}
5054
}
5155

5256
.k-notification-actions {

0 commit comments

Comments
 (0)