From 5988408bccdaebd41936ebf8be501cc6233e4cc6 Mon Sep 17 00:00:00 2001 From: fsociety Date: Sun, 29 Sep 2024 22:28:57 +0200 Subject: [PATCH] feat: increase grid columns in election admin view Modified the grid layout in the election admin view to have 12 columns instead of 3. This change will allow for greater flexibility in arranging elements on the page. --- .../pages/association/election/admin/[Election:year].blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/pages/association/election/admin/[Election:year].blade.php b/resources/views/pages/association/election/admin/[Election:year].blade.php index 0699904..fbe6ea0 100644 --- a/resources/views/pages/association/election/admin/[Election:year].blade.php +++ b/resources/views/pages/association/election/admin/[Election:year].blade.php @@ -177,7 +177,7 @@ $loadEvents = function () { -
+
@foreach($positions as $key => $position)