Commit 77ed1548 authored by Tim Graham's avatar Tim Graham
Browse files

[1.8.x] Fixed #24676 -- Fixed help text positioning in ``contrib.admin`` filter_* widgets.

Backport of 2c3ce26b from master
parent 53031cce
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -578,6 +578,9 @@ ul.orderer li.deleted:hover, ul.orderer li.deleted a.selector:hover {
}

/* RELATED WIDGET WRAPPER */
.related-widget-wrapper {
    overflow: hidden;  /* clear floated contents */
}

.related-widget-wrapper-link {
    opacity: 0.3;
+4 −0
Original line number Diff line number Diff line
@@ -80,6 +80,10 @@ Bugfixes

* Fixed ``makemessages`` crash in some locales (:ticket:`23271`).

* Fixed help text positioning of ``contrib.admin`` fields that use the
  ``ModelAdmin.filter_horizontal`` and ``filter_vertical`` options
  (:ticket:`24676`).

Optimizations
=============