Skip to content

Commit 18b8d7f

Browse files
committed
Update Notification sample CSS
1 parent 765f3d1 commit 18b8d7f

File tree

1 file changed

+2
-3
lines changed
  • notification/single-instance-per-app/OneNotificationPerApp/Shared

1 file changed

+2
-3
lines changed

notification/single-instance-per-app/OneNotificationPerApp/Shared/MainLayout.razor

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,8 @@
3030
}
3131

3232
<style>
33-
.big-notification .k-notification-container .k-notification-wrap {
34-
width: 350px;
35-
height: 100px;
33+
.big-notification .k-notification-container .k-notification {
34+
width: 24em;
3635
}
3736
3837
.big-notification {

0 commit comments

Comments
 (0)