-
Notifications
You must be signed in to change notification settings - Fork 437
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixed padding in "Reviewed before" chip in Consultation Dashboard #6647
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
✅ Deploy Preview for care-egov-staging ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It'd be nice to use classNames utility in these places next time
LGTM |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@AshrafMd-1 moving forward use classNames util for multiple or conditional classes
WHAT
🤖[deprecated] Generated by Copilot at 89a62b6
Refactored the padding of the patient info card component to fix a UI issue. Modified the
className
attribute insrc/Components/Patient/PatientInfoCard.tsx
.Proposed Changes
@coronasafe/care-fe-code-reviewers @coronasafe/code-reviewers
Merge Checklist
HOW
🤖[deprecated] Generated by Copilot at 89a62b6
p-1
class to the common part of the className for the div that shows the patient review time indicator, to improve the alignment and appearance (link)