FIX: prevents ac wrap to overflow on group-add-member modal (#8882)

This commit is contained in:
Joffrey JAFFEUX 2020-02-06 20:47:53 +01:00 committed by GitHub
parent 20944e69e4
commit 928e011140
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -160,6 +160,10 @@ table.group-members {
}
.group-add-members {
.ac-wrap {
overflow: hidden;
}
.group-add-members-make-owner {
label {
display: inline;