Skip to content

Commit

Permalink
chore: make election page mobile compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
harshtandiya committed Oct 25, 2024
1 parent a95bc63 commit a770b76
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<div
class="flex justify-between items-center p-4 bg-primary-50 border rounded"
class="flex flex-col md:flex-row gap-4 justify-between items-center p-4 bg-primary-50 border rounded"
>
<div>
<div v-if="hasForm">
Expand All @@ -27,9 +27,10 @@
</h4>
</div>
</div>
<div>
<div class="w-full md:w-fit">
<Button
v-if="hasForm && form.status == 'Live'"
class="w-full"
variant="solid"
label="Apply"
icon-right="arrow-right"
Expand Down

0 comments on commit a770b76

Please sign in to comment.