Skip to content

Commit

Permalink
10261-story: update margin slightly for better alignment across tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
Mwindo committed Oct 17, 2024
1 parent 15039c3 commit 61afabd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web-client/src/views/Practitioners/PractitionerDetails.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export const PractitionerDetails = connect(
)}
</div>
<div
className={`grid-row grid-gap ${practitionerDetailHelper.showEditLink ? '' : 'margin-top-4'}`} // Maintain the spacing even if there is no edit button
className={`grid-row grid-gap ${practitionerDetailHelper.showEditLink ? '' : 'margin-top-5'}`} // Maintain the spacing even if there is no edit button
>
<div className="tablet:grid-col-4 margin-bottom-4">
<div className="card height-full margin-bottom-0">
Expand Down

0 comments on commit 61afabd

Please sign in to comment.