diff --git a/client/components/notification.scss b/client/components/notification.scss index 2fe61e49..b6b8b35b 100644 --- a/client/components/notification.scss +++ b/client/components/notification.scss @@ -32,6 +32,9 @@ .message{ flex: 1 1 auto; + max-height: 92px; + max-width: 100%; + overflow: hidden; } .close{ .component_icon{