Skip to content

Commit 5b6d529

Browse files
authored
[fix] Django 5.2: Updated CSS to prevent overlapping of object tools with filters
On Django 5.2, the object tools on change page were overlapping with the filters.
1 parent 6dfd5c5 commit 5b6d529

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openwisp_utils/admin_theme/static/admin/css/openwisp.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -877,7 +877,7 @@ input[type="button"]:hover,
877877
.title-wrapper h2::after {
878878
content: ")";
879879
}
880-
.title-wrapper .object-tools {
880+
#content.title-wrapper .object-tools {
881881
margin-top: -4px;
882882
margin-bottom: 20px;
883883
}

0 commit comments

Comments
 (0)