Skip to content

Commit 9997c10

Browse files
committed
Fix sidebar menu expanding horizontally, preventing vertical scroll
Fixes #3564
1 parent bb30377 commit 9997c10

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

+1-1
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 flex-column bg-light">
1+
<ul class="sidebar col-sm-3 col-md-2 nav btn-toggle-nav flex-column flex-nowrap bg-light">
22
<%= main_navigation %>
33
<%= root_navigation %>
44
<%= static_navigation %>

0 commit comments

Comments
 (0)