Add explicit .empty-form hiding for grapelli

This commit is contained in:
Diederik van der Boor
2016-09-02 10:41:47 +02:00
parent 8811c177bd
commit c8dd04bba0
@@ -25,3 +25,8 @@
list-style: none inside none;
padding: 4px 8px;
}
.inline-related.empty-form {
/* needed for grapelli, which uses grp-empty-form */
display: none;
}