From 74eecb6078b76a80db42c604b76603dc640e9c86 Mon Sep 17 00:00:00 2001 From: = <=> Date: Wed, 7 Dec 2016 09:34:46 +0100 Subject: [PATCH] MDL-55782 groups: wrap long group names In the groups UI if a group name is very long it now no longer underlaps the user column on its right hand side. --- theme/bootstrapbase/less/moodle/user.less | 1 + theme/bootstrapbase/style/moodle.css | 1 + 2 files changed, 2 insertions(+) diff --git a/theme/bootstrapbase/less/moodle/user.less b/theme/bootstrapbase/less/moodle/user.less index 4c33354ea79..c4df6c0d397 100644 --- a/theme/bootstrapbase/less/moodle/user.less +++ b/theme/bootstrapbase/less/moodle/user.less @@ -274,6 +274,7 @@ select { min-width: 175px; + max-width: 90%; } } } diff --git a/theme/bootstrapbase/style/moodle.css b/theme/bootstrapbase/style/moodle.css index 2882943f0f9..425a617c4e0 100644 --- a/theme/bootstrapbase/style/moodle.css +++ b/theme/bootstrapbase/style/moodle.css @@ -7599,6 +7599,7 @@ body.path-question-type .mform fieldset.hidden { #groupeditform .groups select, #groupeditform .members select { min-width: 175px; + max-width: 90%; } /** Preferences page */ .preferences-group ul {