mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-nostr.git
synced 2025-12-14 06:36:46 +00:00
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.
This commit is contained in:
@@ -177,7 +177,7 @@ $loadEvents = function () {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Cards -->
|
<!-- Cards -->
|
||||||
<div class="grid grid-cols-3 gap-6">
|
<div class="grid grid-cols-12 gap-6">
|
||||||
|
|
||||||
@foreach($positions as $key => $position)
|
@foreach($positions as $key => $position)
|
||||||
<div wire:key="pos_{{ $key }}" wire:ignore
|
<div wire:key="pos_{{ $key }}" wire:ignore
|
||||||
|
|||||||
Reference in New Issue
Block a user