Adding padding back on model_choice_fields which are selects.

This commit is contained in:
Dave Cranwell 2016-03-01 11:23:48 +00:00 committed by Matt Westcott
parent 020997190c
commit eb269cab9c

View file

@ -1061,6 +1061,11 @@ button {
.image_field & {
padding-top: 0;
}
// Horrid specificity war
.model_choice_field.select & {
padding-top: 1.2em;
}
}
.label-above {