From 41c68f77d2d7fa1cf08220349ad7fbbb4cef5723 Mon Sep 17 00:00:00 2001 From: Kiran Niranjan Date: Mon, 5 Feb 2024 13:28:15 +0530 Subject: [PATCH] SDA-3708 - Set max width for header content (#2088) --- src/renderer/styles/notification-comp.less | 1 + 1 file changed, 1 insertion(+) diff --git a/src/renderer/styles/notification-comp.less b/src/renderer/styles/notification-comp.less index ed726b15..62a90c23 100644 --- a/src/renderer/styles/notification-comp.less +++ b/src/renderer/styles/notification-comp.less @@ -114,6 +114,7 @@ body { .notification-header-content { display: flex; margin-bottom: 8px; + max-width: 170px; .title { font-family: sans-serif; font-weight: 600;