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);