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

Feature/sup 2901 skill field width for less skills #647

Merged
merged 2 commits into from
Jan 11, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion assets/css/settings/settings.scss
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,13 @@
width: 100%;
}
.section-fields {
max-width: 768px;
width: 100%;
}
}

&.tracks {
.section-fields {
width: 100%;
}
}
}
Expand Down Expand Up @@ -303,6 +309,8 @@
.field-label,
angucomplete-alt {
align-self: flex-start;
width: 100%;
margin-top: 6px;
}

.field-label {
Expand Down