Skip to content

Commit

Permalink
Update tooltip position in ConfigureHealthFacility (#6764)
Browse files Browse the repository at this point in the history
* Update tooltip position in ConfigureHealthFacility
component

* Update tooltip positioning in
ConfigureHealthFacility component
  • Loading branch information
Ashesh3 authored Dec 1, 2023
1 parent 747e5f1 commit 47511a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Components/ABDM/ConfigureHealthFacility.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ export const ConfigureHealthFacility = (props: any) => {
>
{state.form.health_facility?.registered ? (
<>
<div className="tooltip-text tooltip-top -left-48 flex flex-col gap-4">
<div className="tooltip-text -ml-20 -mt-36 flex w-48 flex-col gap-4 whitespace-break-spaces">
<span className="text-gray-100">
The ABDM health facility is successfully linked with
care{" "}
Expand All @@ -192,7 +192,7 @@ export const ConfigureHealthFacility = (props: any) => {
</>
) : (
<>
<div className="tooltip-text tooltip-top -left-48 flex flex-col gap-4">
<div className="tooltip-text -ml-20 -mt-44 flex w-48 flex-col gap-4 whitespace-break-spaces">
<span className="text-gray-100">
The ABDM health facility is successfully linked with
care{" "}
Expand Down

0 comments on commit 47511a3

Please sign in to comment.