Skip to content

Commit

Permalink
Alterando css
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigoborgesmachado committed Feb 11, 2025
1 parent 989064d commit e3f2327
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CrudForms/Regras/FrontEndClasses/PagesCreator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -642,7 +642,7 @@ private static void CreateDashBoardPage(string path)
css.AppendLine("/* Ensure filters align properly */");
css.AppendLine(".container-admin-page-filters {");
css.AppendLine(" display: flex;");
css.AppendLine(" align-items: center;");
css.AppendLine(" flex-direction: column;");
css.AppendLine(" gap: var(--double-default-spacing);");
css.AppendLine(" flex-wrap: wrap;");
css.AppendLine("}");
Expand Down

0 comments on commit e3f2327

Please sign in to comment.