mirror of
https://github.com/jazzband/django-admin2.git
synced 2026-03-16 22:20:24 +00:00
fixing the fixed height of .change_form in order to provide an "auto height"
This commit is contained in:
parent
9b7560e720
commit
90342afba2
1 changed files with 3 additions and 1 deletions
|
|
@ -34,7 +34,9 @@
|
|||
.change_form {
|
||||
border: 1px solid #C6BCBC;
|
||||
border-radius: 5px;
|
||||
height: 360px;
|
||||
}
|
||||
.change_form .controls{
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
label {
|
||||
|
|
|
|||
Loading…
Reference in a new issue