Skip to content

Commit

Permalink
fix: zipcode label overflowing (#501)
Browse files Browse the repository at this point in the history
fix: zipcode css

Co-authored-by: pgupta19 <[email protected]>
  • Loading branch information
foobar98 and pgupta19 authored Oct 22, 2022
1 parent c22caf2 commit b349caf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/pets/PetType.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ export default function PetType() {
List Of {type} Buddies
</h1>
<div className="w-full flex justify-center items-center flex-col lg:p-4 my-2">
<Form className="shadow rounded-lg p-4 lg:w-1/4 w-full">
<Form className="shadow rounded-lg p-4 lg:w-1/4 w-full">
<Form.Label title="Enter Zipcode: ">
<Input
ref={inputCode}
Expand All @@ -224,6 +224,7 @@ export default function PetType() {
value={code}
name="zipcode"
onChange={checkValidation}
className="lg:w-full w-1/2"
/>
</Form.Label>
<Button
Expand Down

0 comments on commit b349caf

Please sign in to comment.