Closed jonmchan closed 1 year ago
It is highly likely that you're using the old CSS from RailsAdmin 3.0.0. How do you build your RailsAdmin assets?
@mshibuya thanks for your reply - doing a rake assets:clobber
after bundle update
did the trick.
Describe the bug The navigation bar on the left hand side is all jumbled after upgrading to rails_admin 3.1.2. It worked fine on rails_admin 3.0.0.
Reproduction steps Upgraded from rails_admin 3.0.0 to 3.1.2.
I'm on rails 7 using sprockets.
Expected behavior
Sidebar not to be garbled up.
Additional context
Add any other context about the problem here.
On rails_admin 3.0.0:
On rails_admin 3.1.2:
Tried it also on rails_admin 3.1.0. I see the same issue.