Skip to content

Commit

Permalink
added flex-wrap
Browse files Browse the repository at this point in the history
  • Loading branch information
konavivekramakrishna committed Jan 16, 2024
1 parent a5f0ad9 commit 4377009
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/Components/Facility/FacilityHome.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ export const FacilityHome = (props: any) => {
title={facilityData?.name || "Facility"}
crumbsReplacements={{ [facilityId]: { name: facilityData?.name } }}
focusOnLoad={true}
collapseSidebar
backUrl="/facility"
>
<ConfirmDialog
Expand Down Expand Up @@ -240,7 +239,7 @@ export const FacilityHome = (props: any) => {
</div>
</div>
</div>
<div className="min-w-[300px] flex-col md:flex lg:flex-1">
<div className=" flex-col md:flex lg:flex-1">
<div className="mb-10">
<h1 className="text-base font-semibold text-[#B9B9B9]">
Local Body
Expand All @@ -249,7 +248,7 @@ export const FacilityHome = (props: any) => {
{facilityData?.local_body_object?.name}
</p>
</div>
<div className="flex flex-col gap-10 md:flex-row">
<div className="flex flex-col flex-wrap gap-10 md:flex-row">
<div>
<h1 className="text-base font-semibold text-[#B9B9B9]">
Ward
Expand Down

0 comments on commit 4377009

Please sign in to comment.