Skip to content

Commit

Permalink
Updated the Layout
Browse files Browse the repository at this point in the history
  • Loading branch information
AnveshNalimela committed Jan 9, 2025
1 parent 644b086 commit 213fbd5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pages/FacilityOrganization/FacilityOrganizationView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,10 @@ export default function FacilityOrganizationView({ id, facilityId }: Props) {
{children?.results?.length ? (
children.results.map((org) => (
<Card key={org.id}>
<CardContent className="p-6">
<CardContent className="p-4">
<div className="space-y-4">
<div className="flex items-center justify-between">
<div className="space-y-1">
<div className="flex items-center justify-between overflow-hidden">
<div className="space-y-1 w-1/2">
<h3 className="text-lg font-semibold">
{org.name}
</h3>
Expand Down

0 comments on commit 213fbd5

Please sign in to comment.