Skip to content

Commit

Permalink
Fix bed card height
Browse files Browse the repository at this point in the history
  • Loading branch information
amjithtitus09 committed Mar 6, 2025
1 parent 4e69990 commit 103ece6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Facility/locations/LocationList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ function BedCard({ location, facilityId }: BedCardProps) {

return (
<div
className={`border rounded-lg overflow-hidden shadow-sm h-fit ${
className={`border rounded-lg overflow-hidden shadow-sm h-full ${
isOccupied ? "bg-white border-gray-200" : "bg-green-50 border-green-200"
}`}
>
Expand Down

0 comments on commit 103ece6

Please sign in to comment.