From e8e039ee63ba768bd7cce98ab7b9d17c601bd039 Mon Sep 17 00:00:00 2001 From: Gandharv Date: Thu, 29 Dec 2022 18:05:36 +0530 Subject: [PATCH] fix: popover width (#5108) --- frontend/src/_styles/popover.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/_styles/popover.scss b/frontend/src/_styles/popover.scss index 02016a29de..5f0142df23 100644 --- a/frontend/src/_styles/popover.scss +++ b/frontend/src/_styles/popover.scss @@ -3,7 +3,7 @@ outline: none; border-radius: 4px; padding: 12px; - width: 260px; + min-width: 260px; background-color: white; animation-duration: 400ms; animation-timing-function: cubic-bezier(0.16, 1, 0.3, 1);