[Improvement] change max height for edit profile dialog frame

This commit is contained in:
Qolzam
2018-02-25 11:15:31 +07:00
parent c9afa4a22e
commit a3ec31c862

View File

@@ -49,7 +49,7 @@ const styles = (theme: any) => ({
padding: 0
},
dialogContentRoot: {
maxHeight: 520,
maxHeight: 400,
minWidth: 330
},
fullPageXs: {