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

Commit 21ac46f

Browse files
author
vikasrohit
committed
Merge pull request #647 from appirio-tech/feature/sup-2901-skill-field-width-for-less-skills
Feature/sup 2901 skill field width for less skills
2 parents b0d5df1 + 2d8ce6a commit 21ac46f

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

assets/css/settings/settings.scss

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,13 @@
151151
width: 100%;
152152
}
153153
.section-fields {
154-
max-width: 768px;
154+
width: 100%;
155+
}
156+
}
157+
158+
&.tracks {
159+
.section-fields {
160+
width: 100%;
155161
}
156162
}
157163
}
@@ -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)