Skip to content

Commit

Permalink
removed min-w-32 from datepicker to be responsive in small screens
Browse files Browse the repository at this point in the history
  • Loading branch information
tarunsinghofficial committed Jan 21, 2025
1 parent 038dc1a commit abe711f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/stops/[stopID]/schedule/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@
</h2>
<div class="mb-4 flex gap-4">
<div class="z-20 w-[30%] min-w-32">
<div class="z-20 w-[70%] md:w-[50%] lg:w-[50%]">
<Datepicker bind:value={selectedDate} inputClass="w-96" />
</div>
Expand Down

0 comments on commit abe711f

Please sign in to comment.