Update polymorphic_inlines.css

Prevent div.polymorphic-add-choice overlapping previous inline formset when using Grappelli.
fix_request_path_info
Quantra 2016-09-03 15:14:01 +01:00 committed by GitHub
parent 2d6832f844
commit 20675986ba
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
.polymorphic-add-choice {
position: relative;
clear: left;
}
.polymorphic-add-choice a:focus {