MDL-59368 groups: Add behat for new group edit

This commit is contained in:
Damyon Wiese 2017-07-03 11:46:26 +08:00
parent 090d064dda
commit 76c493b3f2
7 changed files with 27 additions and 11 deletions

View file

@ -28,6 +28,11 @@
}
}
// This rule overrides the automatic no-overflow on the participants table. It kills the auto-complete.
#participantsform .no-overflow {
overflow: visible;
}
.userprofile dl.list {
// Copied from dl.row.
> dd + dt {