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:
@@ -274,6 +274,7 @@
|
||||
|
||||
select {
|
||||
min-width: 175px;
|
||||
max-width: 90%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user