mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-11 16:53:10 +00:00
Adding padding back on model_choice_fields which are selects.
This commit is contained in:
parent
020997190c
commit
eb269cab9c
1 changed files with 5 additions and 0 deletions
|
|
@ -1061,6 +1061,11 @@ button {
|
|||
.image_field & {
|
||||
padding-top: 0;
|
||||
}
|
||||
|
||||
// Horrid specificity war
|
||||
.model_choice_field.select & {
|
||||
padding-top: 1.2em;
|
||||
}
|
||||
}
|
||||
|
||||
.label-above {
|
||||
|
|
|
|||
Loading…
Reference in a new issue