From 47c15ab6364e41b7ec46372c0d7a3e531bb4413e Mon Sep 17 00:00:00 2001 From: Vesa Luusua Date: Fri, 8 Sep 2017 01:32:10 +0300 Subject: [PATCH] Missing display block to desktop --- src/containers/ProfileSettingsForm/ProfileSettingsForm.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/containers/ProfileSettingsForm/ProfileSettingsForm.css b/src/containers/ProfileSettingsForm/ProfileSettingsForm.css index 3649566d..8ae91e80 100644 --- a/src/containers/ProfileSettingsForm/ProfileSettingsForm.css +++ b/src/containers/ProfileSettingsForm/ProfileSettingsForm.css @@ -108,6 +108,7 @@ display: none; @media (--viewportMedium) { + display: block; max-width: 130px; text-align: center; }