From 31149aeed9041b9a54d87060e4869582939cf58d Mon Sep 17 00:00:00 2001 From: Tim Turner Date: Sun, 29 Jan 2017 16:08:14 -0500 Subject: [PATCH] Ensure qualities don't overflow profile card --- src/UI/Settings/Profile/profile.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/UI/Settings/Profile/profile.less b/src/UI/Settings/Profile/profile.less index df217a398..e7d8b5554 100644 --- a/src/UI/Settings/Profile/profile.less +++ b/src/UI/Settings/Profile/profile.less @@ -6,7 +6,7 @@ .clickable; width: 300px; - height: 158px; + //height: 158px; padding: 10px 15px; &.add-card {