From 7459896bac6540a6d60b6caa6a136496b205c622 Mon Sep 17 00:00:00 2001 From: unknown Date: Sat, 31 Jul 2021 17:55:15 +0530 Subject: [PATCH] PopupWindow drawer width decreased --- src/app/molecules/popup-window/PopupWindow.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/molecules/popup-window/PopupWindow.scss b/src/app/molecules/popup-window/PopupWindow.scss index 8f4cc1af..1751188f 100644 --- a/src/app/molecules/popup-window/PopupWindow.scss +++ b/src/app/molecules/popup-window/PopupWindow.scss @@ -5,7 +5,7 @@ } .pw { - --popup-window-drawer-width: 312px; + --popup-window-drawer-width: 280px; width: 100%; height: 100%;