Skip to content

Commit

Permalink
smidge more breathing room underneath the flash alert component
Browse files Browse the repository at this point in the history
  • Loading branch information
timcowlishaw committed Oct 31, 2024
1 parent d37d476 commit c60db1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/layouts/_flashes.html.erb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<% flash.each do |name, msg| %>
<%= content_tag :div, msg, class: [flash_class(name), "mb-0"].join(" ") %>
<%= content_tag :div, msg, class: [flash_class(name), "mb-2"].join(" ") %>
<% end %>

0 comments on commit c60db1f

Please sign in to comment.