Skip to content

Commit

Permalink
input is now just fixed at 80 units wide
Browse files Browse the repository at this point in the history
  • Loading branch information
patsissons committed Apr 9, 2023
1 parent 4d64f43 commit 3fe3442
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/Input.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

<div class="flex" class:justify-center={center}>
<input
class="input input-ghost input-bordered focus:input-info !outline-none w-full max-w-xs"
class="input input-ghost input-bordered focus:input-info !outline-none w-80"
class:w-full={fullWidth}
type="text"
{placeholder}
Expand Down

0 comments on commit 3fe3442

Please sign in to comment.