Skip to content

Commit

Permalink
chore: election details page mobile compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
harshtandiya committed Oct 25, 2024
1 parent 1e46021 commit cb2323c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/pages/election/Details.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</h1>
</div>
<div class="my-4 space-y-4">
<div class="grid grid-cols-1 md:grid-cols-2 gap-4">
<div class="flex flex-col md:grid grid-cols-1 md:grid-cols-2 gap-4">
<FloatLabel variant="on">
<Select
id="status"
Expand Down

0 comments on commit cb2323c

Please sign in to comment.