From 010a00db604d4dad16f5f5d9860ce7ff78b21b2c Mon Sep 17 00:00:00 2001 From: Jun Pataleta Date: Thu, 12 May 2016 12:40:22 +0800 Subject: [PATCH] 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. --- admin/tool/lp/styles.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/admin/tool/lp/styles.css b/admin/tool/lp/styles.css index fab384d6daafa..041edb6c836b0 100644 --- a/admin/tool/lp/styles.css +++ b/admin/tool/lp/styles.css @@ -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 {