Skip to content

Commit d7abba4

Browse files
committed
Fix sidebar style being broken
Fixes #3553
1 parent 6cdc107 commit d7abba4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/layouts/rails_admin/_sidebar_navigation.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<ul class="sidebar col-sm-3 col-md-2 nav btn-toggle-nav list-unstyled bg-light">
1+
<ul class="sidebar col-sm-3 col-md-2 nav btn-toggle-nav flex-column bg-light">
22
<%= main_navigation %>
33
<%= root_navigation %>
44
<%= static_navigation %>

0 commit comments

Comments
 (0)