From 71119bed10b2c1026f55ce6f1aafcf78da78d88f Mon Sep 17 00:00:00 2001 From: Nizamudeen A Date: Thu, 20 Mar 2025 15:42:47 +0530 Subject: [PATCH] mgr/dashboard: fix notification icon size Fixes: https://tracker.ceph.com/issues/70583 Signed-off-by: Nizamudeen A --- .../notifications-sidebar/notifications-sidebar.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pybind/mgr/dashboard/frontend/src/app/shared/components/notifications-sidebar/notifications-sidebar.component.html b/src/pybind/mgr/dashboard/frontend/src/app/shared/components/notifications-sidebar/notifications-sidebar.component.html index 6cf373bcdc0ab..653b50fa92bf0 100644 --- a/src/pybind/mgr/dashboard/frontend/src/app/shared/components/notifications-sidebar/notifications-sidebar.component.html +++ b/src/pybind/mgr/dashboard/frontend/src/app/shared/components/notifications-sidebar/notifications-sidebar.component.html @@ -58,7 +58,7 @@
- + -- 2.39.5