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

Commit 2d8ce6a

Browse files
author
vikasrohit
committed
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.
1 parent 275291b commit 2d8ce6a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

assets/css/settings/settings.scss

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,12 @@
154154
width: 100%;
155155
}
156156
}
157+
158+
&.tracks {
159+
.section-fields {
160+
width: 100%;
161+
}
162+
}
157163
}
158164

159165
border-bottom: 1px solid;
@@ -303,6 +309,8 @@
303309
.field-label,
304310
angucomplete-alt {
305311
align-self: flex-start;
312+
width: 100%;
313+
margin-top: 6px;
306314
}
307315

308316
.field-label {

0 commit comments

Comments
 (0)