File tree Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -125,7 +125,10 @@ def auto_icon_colors(content_editor):
125
125
class RefinedModelAdmin (ModelAdmin ):
126
126
class Media :
127
127
css = {
128
- "all" : ["content_editor/tabbed_fieldsets.css" ],
128
+ "all" : [
129
+ "content_editor/django_admin_fixes.css" ,
130
+ "content_editor/tabbed_fieldsets.css" ,
131
+ ],
129
132
}
130
133
js = [
131
134
"content_editor/save_shortcut.js" ,
Original file line number Diff line number Diff line change @@ -459,8 +459,3 @@ h3[draggable] {
459
459
}
460
460
461
461
/* JAZZMIN end */
462
-
463
- .form-row {
464
- /* Reset the value of overflow so that position: sticky works in widgets */
465
- overflow : visible;
466
- }
Original file line number Diff line number Diff line change
1
+ .form-row {
2
+ /* Reset the value of overflow so that position: sticky works in widgets */
3
+ overflow : visible;
4
+ }
You can’t perform that action at this time.
0 commit comments