MDL-54545 tool_lp: Make selected items stick to the container's bounds

Set the selection's width for the user and/or competency selector fields
stick within the panel's bounds.
This commit is contained in:
Jun Pataleta
2016-05-12 12:40:22 +08:00
parent e4b5a062d8
commit 010a00db60
+4
View File
@@ -220,6 +220,10 @@ input[type="checkbox"].tool_lp_scale_proficient {
.user-competency-course-navigation {
width: 240px;
}
.user-competency-course-navigation span {
max-width: 100%;
overflow: hidden;
}
/** Competency grader */
.competency-grader textarea {