mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-20 19:39:23 +02:00
wip
This commit is contained in:
parent
4a74d1a874
commit
3661af0cd1
2 changed files with 6 additions and 3 deletions
|
@ -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):
|
||||
|
|
|
@ -245,3 +245,8 @@ h1, h2, h3 {
|
|||
padding-left: 90px;
|
||||
}
|
||||
}
|
||||
|
||||
// Combo box
|
||||
#select2-id_domain-results {
|
||||
width: 100%;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue