From c574e5e84546353ed5b0c867f1d8298bbad937fc Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Fri, 30 Dec 2022 05:40:52 -0800 Subject: [PATCH] Add min-width to SearchDialog --- components/SearchModal/index.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/components/SearchModal/index.scss b/components/SearchModal/index.scss index 288a4456..0c51befe 100644 --- a/components/SearchModal/index.scss +++ b/components/SearchModal/index.scss @@ -3,6 +3,7 @@ display: flex; flex-direction: column; min-height: 430px; + min-width: 580px; height: 480px; gap: 0; padding: 0;