minor fix in layout ui

This commit is contained in:
Dev Team
2025-05-28 11:15:15 +06:30
parent d2fb761e25
commit abec5ca886

View File

@@ -45,7 +45,7 @@
</section>
<!-- Main Content -->
<section class="content" style="margin:0; padding: 0;">
<section class="content" style="margin:0; padding:2px 20px;">
<% flash.each do |type, message| %>
<% if type == "notice"
color = "alert-success"