Skip to content

Commit

Permalink
Fix tooltip clipping
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashesh3 committed Sep 29, 2023
1 parent 82c82b6 commit b0d0ebb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Components/Assets/AssetType/HL7Monitor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ const HL7Monitor = (props: HL7MonitorProps) => {
icon="l-info-circle"
className="tooltip text-indigo-500 hover:text-indigo-600"
/>
<span className="tooltip-text w-64 whitespace-normal">
<span className="tooltip-text w-56 whitespace-normal">
Middleware hostname sourced from{" "}
{asset?.location_object?.middleware_address
? "asset location"
Expand Down
2 changes: 1 addition & 1 deletion src/Components/Assets/AssetType/ONVIFCamera.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ const ONVIFCamera = ({ assetId, facilityId, asset, onUpdated }: Props) => {
icon="l-info-circle"
className="tooltip text-indigo-500 hover:text-indigo-600"
/>
<span className="tooltip-text w-64 whitespace-normal">
<span className="tooltip-text w-56 whitespace-normal">
Middleware hostname sourced from{" "}
{asset?.location_object?.middleware_address
? "asset location"
Expand Down

0 comments on commit b0d0ebb

Please sign in to comment.