diff --git a/src/Explorer/Menus/NotificationConsole/NotificationConsole.less b/src/Explorer/Menus/NotificationConsole/NotificationConsole.less index a03573a72..fb5aed51c 100644 --- a/src/Explorer/Menus/NotificationConsole/NotificationConsole.less +++ b/src/Explorer/Menus/NotificationConsole/NotificationConsole.less @@ -173,8 +173,20 @@ .message { flex-grow: 1; white-space:pre-wrap; + overflow-wrap: break-word; + word-break: break-word; } } } } + + @media (max-width: 768px) { + .notificationConsoleContents { + overflow-y: auto; + + .notificationConsoleData { + overflow: visible; + } + } + } } \ No newline at end of file