Skip to content

Commit

Permalink
Issues solved regarding mobile view of Nurse Dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
siddheshThorat04 committed Mar 3, 2025
1 parent f010242 commit 9b98685
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pages/Organization/OrganizationView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export default function OrganizationView({ id, navOrganizationId }: Props) {

return (
<OrganizationLayout id={id} navOrganizationId={navOrganizationId}>
<div className="space-y-6 ">
<div className="space-y-6">
<div className="flex flex-col justify-between items-start gap-4">
<div className="mt-1 flex flex-col justify-start space-y-2 md:flex-row md:justify-between md:space-y-0">
<EntityBadge
Expand Down
2 changes: 1 addition & 1 deletion src/pages/Organization/components/OrganizationLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ export default function OrganizationLayout({
}

return (
<Page title={`${org.name}`} className="w-[95vw]">
<Page title={`${org.name}`} className="w-[95vw] md:w-auto">
{/* Navigation */}
<div className="mt-4 overflow-auto scrollbar-height: [1px]">
<Menubar className="w-full h-full overflow-auto">
Expand Down

0 comments on commit 9b98685

Please sign in to comment.