From 275291b9a05ecabf08e08b1230ac7900f15b7349 Mon Sep 17 00:00:00 2001 From: vikasrohit Date: Wed, 30 Dec 2015 13:01:04 +0530 Subject: [PATCH 1/2] SUP-2901, [Edit Profile]: Add skill field should have full length even if there is no/few skills -- Fixed the specific section for the full width. We can have it fixed for all sections to be consistent. --- 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 9eee2ccd3..216712b6e 100644 --- a/assets/css/settings/settings.scss +++ b/assets/css/settings/settings.scss @@ -151,7 +151,7 @@ width: 100%; } .section-fields { - max-width: 768px; + width: 100%; } } } From 2d8ce6a560a76458c2497aa09023e6dd8db5bc0f Mon Sep 17 00:00:00 2001 From: vikasrohit Date: Fri, 8 Jan 2016 15:04:18 +0530 Subject: [PATCH 2/2] SUP-2901, [Edit Profile]: Add skill field should have full length even if there is no/few skills -- Fixed the specific section for the full width. -- Fixed width of tracks section as well. -- Fixed margin of skills text field from the label. --- assets/css/settings/settings.scss | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/assets/css/settings/settings.scss b/assets/css/settings/settings.scss index 216712b6e..1388ceb00 100644 --- a/assets/css/settings/settings.scss +++ b/assets/css/settings/settings.scss @@ -154,6 +154,12 @@ width: 100%; } } + + &.tracks { + .section-fields { + width: 100%; + } + } } border-bottom: 1px solid; @@ -303,6 +309,8 @@ .field-label, angucomplete-alt { align-self: flex-start; + width: 100%; + margin-top: 6px; } .field-label {