Skip to content

Commit

Permalink
Fix sidebar style being broken
Browse files Browse the repository at this point in the history
Fixes #3553
  • Loading branch information
mshibuya committed Oct 1, 2022
1 parent 6cdc107 commit d7abba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/layouts/rails_admin/_sidebar_navigation.html.erb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<ul class="sidebar col-sm-3 col-md-2 nav btn-toggle-nav list-unstyled bg-light">
<ul class="sidebar col-sm-3 col-md-2 nav btn-toggle-nav flex-column bg-light">
<%= main_navigation %>
<%= root_navigation %>
<%= static_navigation %>
Expand Down

0 comments on commit d7abba4

Please sign in to comment.