From 4a3ddad02f2b403e139e92e2140b30e7bb16b029 Mon Sep 17 00:00:00 2001 From: Pranav Raj S Date: Wed, 16 Mar 2022 14:45:57 +0530 Subject: [PATCH] fix: Reduce the height of the unread container while campaign is active (#4185) --- app/javascript/sdk/sdk.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/javascript/sdk/sdk.js b/app/javascript/sdk/sdk.js index bbd920382..a13e36d0f 100644 --- a/app/javascript/sdk/sdk.js +++ b/app/javascript/sdk/sdk.js @@ -29,7 +29,7 @@ export const SDK_CSS = ` .woot-widget-holder.has-unread-view { border-radius: 0 !important; - min-height: 80px; + min-height: 80px !important; height: auto; bottom: 94px; box-shadow: none !important;