From c60db1f4582f8f50a05095f40c16eda433caadcc Mon Sep 17 00:00:00 2001 From: Tim Cowlishaw Date: Thu, 31 Oct 2024 13:36:26 +0100 Subject: [PATCH] smidge more breathing room underneath the flash alert component --- app/views/layouts/_flashes.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/layouts/_flashes.html.erb b/app/views/layouts/_flashes.html.erb index 8cfb4103..9a4a78ef 100644 --- a/app/views/layouts/_flashes.html.erb +++ b/app/views/layouts/_flashes.html.erb @@ -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 %>