From d77efe6d8ed9c21a611fc510425bfc318c1f1c58 Mon Sep 17 00:00:00 2001 From: Code-With-Hassan <86214666+Code-With-Hassan@users.noreply.github.com> Date: Mon, 11 Mar 2024 00:44:35 +0500 Subject: [PATCH] Update tailwind classes to fix alignments (#424) --- src/components/form.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/form.jsx b/src/components/form.jsx index 5711eef..b9d1d24 100644 --- a/src/components/form.jsx +++ b/src/components/form.jsx @@ -150,7 +150,7 @@ const Form = () => { {data && ( -
+

{data.definition} @@ -158,7 +158,7 @@ const Form = () => { onClick={(e) => copyToClipboard(e)} className="group relative inline-block float-right w-12 h-7 p-0 border-none focus:outline-none transition-transform duration-100 ease-out"> {isCopied ? ( - + Copied ) : (