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.
This commit is contained in:
=
2016-12-12 13:19:15 +00:00
committed by Dan Poltawski
parent 725be51c11
commit 74eecb6078
2 changed files with 2 additions and 0 deletions
@@ -274,6 +274,7 @@
select {
min-width: 175px;
max-width: 90%;
}
}
}
+1
View File
@@ -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 {