From c9785e43afe9733e239ff537646d01e17e4db493 Mon Sep 17 00:00:00 2001 From: edison-nguyen Date: Thu, 30 Jul 2020 12:36:00 +0700 Subject: [PATCH] changes for #621 --- client/src/components/Modal/style.module.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/components/Modal/style.module.scss b/client/src/components/Modal/style.module.scss index 313d774..8d50fd9 100644 --- a/client/src/components/Modal/style.module.scss +++ b/client/src/components/Modal/style.module.scss @@ -27,7 +27,7 @@ max-width: $screen-md; overflow: hidden; padding: 30px; - min-width: 500px; + min-width: 517px; position: fixed; top: 50%; left: 50%;