Skip to content

Commit

Permalink
Fix sidebar menu expanding horizontally, preventing vertical scroll
Browse files Browse the repository at this point in the history
Fixes #3564
  • Loading branch information
mshibuya committed Nov 22, 2022
1 parent bb30377 commit 9997c10
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 flex-column bg-light">
<ul class="sidebar col-sm-3 col-md-2 nav btn-toggle-nav flex-column flex-nowrap bg-light">
<%= main_navigation %>
<%= root_navigation %>
<%= static_navigation %>
Expand Down

0 comments on commit 9997c10

Please sign in to comment.