Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 92f9fc1

Browse files
author
vikasrohit
committed
SUP-2901, [Edit Profile]: Add skill field should have full length even if there is no/few skills
-- Fixed width of all sections in edit profile page using common fix instead of specific fix after getting go ahead for fixing the width of all sections to be same.
1 parent 2d8ce6a commit 92f9fc1

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

assets/css/settings/settings.scss

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -145,20 +145,14 @@
145145
margin-top: 10px;
146146
}
147147
}
148+
.section-fields {
149+
width: 100%;
150+
}
148151

149152
&.skills {
150153
input {
151154
width: 100%;
152155
}
153-
.section-fields {
154-
width: 100%;
155-
}
156-
}
157-
158-
&.tracks {
159-
.section-fields {
160-
width: 100%;
161-
}
162156
}
163157
}
164158

0 commit comments

Comments
 (0)