From dc365865ff0e810d2ae545f7f3a16cd99892d9ef Mon Sep 17 00:00:00 2001 From: vikasrohit Date: Wed, 2 Dec 2015 18:09:33 +0530 Subject: [PATCH] SUP-2789, Edit Profile page-->3 cards should be present in one row -- Fixed the layout, accommodated 3 tiles in a row --- assets/css/settings/settings.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/css/settings/settings.scss b/assets/css/settings/settings.scss index ef393acce..9eee2ccd3 100644 --- a/assets/css/settings/settings.scss +++ b/assets/css/settings/settings.scss @@ -193,7 +193,7 @@ @media only screen and (min-width: 768px) { border-left: 6px solid #F6F6F6; padding-left: 60px; - width: 65%; + max-width: 816px;// 1242 - (60 + 270 + 30 + 6 + 60) } .form-field {