Skip to content

Commit

Permalink
fix ui in sm
Browse files Browse the repository at this point in the history
  • Loading branch information
konavivekramakrishna committed Jan 16, 2024
1 parent 5c1a7da commit 8a90849
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/Facility/FacilityHome.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ export const FacilityHome = (props: any) => {
)}
</DropdownMenu>
</div>
<div className="flex flex-col justify-end">
<div className="sm:grid sm:grid-cols-2 sm:gap-2 md:grid md:grid-cols-2 md:gap-2 lg:flex lg:flex-col lg:justify-end lg:gap-0 ">
<ButtonV2
variant="primary"
ghost
Expand Down

0 comments on commit 8a90849

Please sign in to comment.