From 502ab5e447b1bdb5e7e1f8b8430f731538352d71 Mon Sep 17 00:00:00 2001 From: "ITHQ1947\\saritha.pillai" Date: Thu, 5 Dec 2024 16:49:31 +0530 Subject: [PATCH] QA UI fix --- D-cog/src/components/dcogs/box.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/D-cog/src/components/dcogs/box.css b/D-cog/src/components/dcogs/box.css index fcbc895c..42bd12a3 100644 --- a/D-cog/src/components/dcogs/box.css +++ b/D-cog/src/components/dcogs/box.css @@ -385,4 +385,10 @@ ol,ul { .smileynav .btn svg{ width: 100%; height: 100%; +} +@media (max-width:768px) { + .smileynav .btn{ + width: 41px; + height: 41px; + } } \ No newline at end of file