This commit is contained in:
David Kennedy 2023-11-28 14:07:31 -05:00
parent 4a74d1a874
commit 3661af0cd1
No known key found for this signature in database
GPG key ID: 6528A5386E66B96B
2 changed files with 6 additions and 3 deletions

View file

@ -973,9 +973,7 @@ class UserDomainRoleAdmin(ListHeaderAdmin):
]
search_help_text = "Search by user, domain, or role."
autocomplete_fields = ["domain"]
# list_filter = [DomainFilter]
autocomplete_fields = ["user", "domain"]
class DraftDomainAdmin(ListHeaderAdmin):

View file

@ -245,3 +245,8 @@ h1, h2, h3 {
padding-left: 90px;
}
}
// Combo box
#select2-id_domain-results {
width: 100%;
}