Skip to content

Commit

Permalink
fix tooltip clipping
Browse files Browse the repository at this point in the history
  • Loading branch information
rithviknishad committed Oct 4, 2023
1 parent edc6bc7 commit 06d1a2d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ export default function PrescriptionAdministrationsTable({
<p>{formatDateTime(start, "DD/MM")}</p>
<p>{formatDateTime(start, "HH:mm")}</p>

<span className="tooltip-text tooltip-top -translate-x-1/2 text-xs font-normal">
<span className="tooltip-text tooltip-bottom -translate-x-1/2 text-xs font-normal">
Administration(s) between
<br />
<strong>{formatTime(start)}</strong> and{" "}
Expand Down

0 comments on commit 06d1a2d

Please sign in to comment.