From a3ec31c862771430386e1230a50d74b6f8d1b4b8 Mon Sep 17 00:00:00 2001 From: Qolzam Date: Sun, 25 Feb 2018 11:15:31 +0700 Subject: [PATCH] [Improvement] change max height for edit profile dialog frame --- src/components/editProfile/EditProfileComponent.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/editProfile/EditProfileComponent.tsx b/src/components/editProfile/EditProfileComponent.tsx index 10ba9a9..6a58292 100644 --- a/src/components/editProfile/EditProfileComponent.tsx +++ b/src/components/editProfile/EditProfileComponent.tsx @@ -49,7 +49,7 @@ const styles = (theme: any) => ({ padding: 0 }, dialogContentRoot: { - maxHeight: 520, + maxHeight: 400, minWidth: 330 }, fullPageXs: {