fix ArchiveResult extractor showing up on top of dropdown in admin inline form

This commit is contained in:
Nick Sweeting
2021-02-17 18:25:01 -05:00
parent 05dbb1c160
commit 3457773988
2 changed files with 5 additions and 1 deletions

View File

@@ -260,3 +260,7 @@ body.model-snapshot.change-list #content .object-tools {
#result_list tbody td.field-status {
font-variant: small-caps;
}
.inline-group .tabular td.original p {
margin-top: -33px;
}