summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorNilesh Kumar Pahari <nileshpahari@protonmail.com>2026-01-13 00:39:48 +0530
committerJacob Walls <jacobtylerwalls@gmail.com>2026-01-26 10:26:25 -0500
commitc4429af53f7e7752cd6980960a38f977693ecb09 (patch)
tree9e203fed2a94bf7a8677fc2b987b4989016f2dfa /docs
parent9814676ea75bfe5c5d5244c50ccfe1f652a2f058 (diff)
[6.0.x] Fixed #36850 -- Prevented admin filter sidebar from wrapping below the changelist.
Removed flex-wrap from .changelist-form-container and added min-width to the main content container to ensure proper layout behavior. Regression in 6ea331907996a51842da55c1f8d65eea7b367c7d. Backport of e92d1e3b7858981185e93d717c5727544d66b66e from main.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/6.0.2.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/releases/6.0.2.txt b/docs/releases/6.0.2.txt
index c708f699bb..c437275f3f 100644
--- a/docs/releases/6.0.2.txt
+++ b/docs/releases/6.0.2.txt
@@ -9,4 +9,7 @@ Django 6.0.2 fixes several bugs in 6.0.1.
Bugfixes
========
-* ...
+* Fixed a visual regression in Django 6.0 that caused the admin filter sidebar
+ to wrap below the changelist when filter elements contained long text
+ (:ticket:`36850`).
+