Skip to content

Commit 423688b

Browse files
committed
remove sidebar-collapse from body by default
1 parent af04b5c commit 423688b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adminlteui/templates/admin/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<!-- Google Font -->
4949
<link rel="stylesheet" href={% static "admin/dist/css/fontgoogle.css" %}>
5050
</head>
51-
<body class="hold-transition sidebar-collapse skin-{% if adminlte.skin %}{{ adminlte.skin }}{% else %}blue{% endif %} sidebar-mini {{ adminlte.sidebar_layout }}">
51+
<body class="hold-transition skin-{% if adminlte.skin %}{{ adminlte.skin }}{% else %}blue{% endif %} sidebar-mini {{ adminlte.sidebar_layout }}">
5252
<div class="wrapper">
5353
{% if not is_popup %}
5454
<header class="main-header">

0 commit comments

Comments
 (0)