Skip to content

Commit

Permalink
fix location (#8117)
Browse files Browse the repository at this point in the history
  • Loading branch information
nihal467 committed Jul 5, 2024
1 parent 4459776 commit 2b9cb55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/Facility/LocationManagement.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ const Location = ({
<div className="flex h-full w-full flex-col rounded border border-gray-300 bg-white p-6 shadow-sm transition-all duration-200 ease-in-out hover:border-primary-400">
<div className="flex-1">
<div className="flex w-full items-start justify-between gap-2">
<div className="flex items-start gap-3">
<div className="flex items-end gap-3">
<p className="break-all text-xl font-medium" id="view-location-name">
{name}
</p>
Expand Down

0 comments on commit 2b9cb55

Please sign in to comment.