We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42f8c08 commit dfa31f8Copy full SHA for dfa31f8
3 files changed
django/contrib/admin/static/admin/css/changelists.css
@@ -90,6 +90,7 @@
90
margin: 0;
91
vertical-align: top;
92
font-size: 13px;
93
+ max-width: 230px;
94
}
95
96
#changelist #toolbar form #searchbar:focus {
django/contrib/admin/static/admin/css/nav_sidebar.css
@@ -104,3 +104,7 @@
104
display: none;
105
106
107
+
108
+.change-list .main > #nav-sidebar+.content {
109
+ overflow: hidden;
110
+}
docs/releases/3.1.1.txt
@@ -62,3 +62,6 @@ Bugfixes
62
63
* Fixed a ``django.contrib.admin.EmptyFieldListFilter`` crash when using on
64
reverse relations (:ticket:`31952`).
65
66
+* Prevented content overflowing in the admin changelist view when the
67
+ navigation sidebar is enabled (:ticket:`31901`).
0 commit comments