Fix pagination controls, move mixin to common app, fix pagination invocation on all views, and other random bug fixes
This commit is contained in:
parent
7edefe23c3
commit
6a61b79bbe
425 changed files with 51656 additions and 243 deletions
9
staticfiles/admin/fields/keyvalue_field/style.css
Normal file
9
staticfiles/admin/fields/keyvalue_field/style.css
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
.json-view-editor .row .form-group {
|
||||
display: flex;
|
||||
align-items: baseline;
|
||||
}
|
||||
|
||||
.json-view-editor .row .form-group label {
|
||||
margin-bottom: 0;
|
||||
margin-right: 10px;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue