Skip to content

Commit

Permalink
Fixed the add location button positioning in desktop view (#8481)
Browse files Browse the repository at this point in the history
  • Loading branch information
nihal467 authored Sep 5, 2024
1 parent 2a0f28a commit e69116f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/Facility/LocationManagement.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export default function LocationManagement({ facilityId }: Props) {
id="add-new-location"
href={`/facility/${facilityId}/location/add`}
authorizeFor={NonReadOnlyUsers}
className="mr-8 hidden lg:block"
className="mr-4 hidden lg:block"
>
<CareIcon icon="l-plus" className="text-lg" />
Add New Location
Expand Down

0 comments on commit e69116f

Please sign in to comment.