From 5f327fc7376554a54ff378433f872cb23cec446b Mon Sep 17 00:00:00 2001 From: Prashant Andoriya <121665385+andoriyaprashant@users.noreply.github.com> Date: Fri, 23 Aug 2024 12:04:03 +0530 Subject: [PATCH] Fix Horizontal Scroll Bar in "Enable Chaos Environments" Pop-up (#4692) Signed-off-by: andoriyaprashant Co-authored-by: Saranya Jena --- chaoscenter/web/src/views/Overview/Overview.module.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/chaoscenter/web/src/views/Overview/Overview.module.scss b/chaoscenter/web/src/views/Overview/Overview.module.scss index c8af477c092..93b75b79d13 100644 --- a/chaoscenter/web/src/views/Overview/Overview.module.scss +++ b/chaoscenter/web/src/views/Overview/Overview.module.scss @@ -34,6 +34,11 @@ align-items: center; width: 50%; height: 230px; + + img { + max-width: 250px; + height: 131px; + } } }