mirror of
https://github.com/discourse/discourse.git
synced 2025-03-23 23:16:06 +08:00
FIX: prevents ac wrap to overflow on group-add-member modal (#8882)
This commit is contained in:
parent
20944e69e4
commit
928e011140
@ -160,6 +160,10 @@ table.group-members {
|
||||
}
|
||||
|
||||
.group-add-members {
|
||||
.ac-wrap {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.group-add-members-make-owner {
|
||||
label {
|
||||
display: inline;
|
||||
|
Loading…
x
Reference in New Issue
Block a user