From 5f25049d41d5c51365fa3c8176cccd6c8811b3c7 Mon Sep 17 00:00:00 2001 From: narekcat Date: Sun, 26 Jul 2020 12:57:03 +0400 Subject: [PATCH] fix IE11 overflow issue in 'Edit Profile Modal'. --- client/src/components/ProfileCard/profileCard.module.css | 1 + 1 file changed, 1 insertion(+) diff --git a/client/src/components/ProfileCard/profileCard.module.css b/client/src/components/ProfileCard/profileCard.module.css index b430565..cf61849 100644 --- a/client/src/components/ProfileCard/profileCard.module.css +++ b/client/src/components/ProfileCard/profileCard.module.css @@ -77,6 +77,7 @@ .profileCardMainContainer { width: 100%; margin-bottom: 44px; + flex: 0 0 auto; } .profileCardMain {