Skip to content

Commit

Permalink
Word wrap bug (#279)
Browse files Browse the repository at this point in the history
* slangs changes

* word-wrap-bug

---------

Co-authored-by: heritage <[email protected]>
  • Loading branch information
newdydx and heritage authored Feb 27, 2023
1 parent 0140490 commit 0c3440c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/form.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ const Form = () => {
</p>
</div>

<div className="mt-2 lg:mt-0 md:mt-4">
<div className="mt-2 lg:mt-0 md:mt-4 lg:mb-24">
<form
className="block md:flex items-center justify-start gap-2"
id="form">
Expand Down Expand Up @@ -151,7 +151,7 @@ const Form = () => {
)}

{errorMessage && (
<div className="mt-4 p-3">
<div className="mt-4 p-3 lg:absolute">
<p className="text-purple dark:text-deeppurple">
This entry does not exist in our records as of yet :(
</p>
Expand All @@ -163,7 +163,7 @@ const Form = () => {
github issue
</a>
</p>
<p className="text-ash dark:text-dark">
<p className="text-ash dark:text-dark w-3/4">
2. Or, you could fill out this{" "}
<a
href="https://t.co/mp86BLYBhq"
Expand Down

1 comment on commit 0c3440c

@vercel
Copy link

@vercel vercel bot commented on 0c3440c Feb 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.