-
Notifications
You must be signed in to change notification settings - Fork 514
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
Make Administer Medicine responsive view #6460
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. |
in normal view, the administration not specified is over flowing |
@nihal467 check now |
@nihal467 Updated view |
@Pranshu1902 @nihal467 These changes are likely to be already fixed in #6396 Could you test the following deploy preview? Changes in #6396 are huge and some files have been deleted/moved too. Conflicts might be chaos / practically a rework. https://deploy-preview-6396--care-net.netlify.app/facility/0c95c7f0-e1d2-4aff-83fa-933cef60d3a8/patient/7e8fc20f-02da-47f7-8c33-f2d8c7e52dd8/consultation/cb44a173-6fe2-452f-b2d1-6c6e2695411e/medicines |
This design has lots of screenspace wasted IMO
|
Closing the PR as fixed in #6396 |
WHAT
🤖 Generated by Copilot at 907d053
This pull request improves the responsiveness and layout of various components related to medicine and prescription details. It adjusts the grid columns, whitespace, and wrapping of text elements in
PrescriptionDetailCard.tsx
,RecordMeta.tsx
, andAdministerMedicine.tsx
.Proposed Changes
http://127.0.0.1:4000/facility/657c32be-d584-476c-9ce2-0412f0e7692e/patient/80e47d10-9ed8-4193-ade6-d69aa45999e9/consultation/b81e5e1f-fd11-4b38-aa51-14bea5583c76/medicines
Removed
nowrap
for modal text and changed the col-span to fit both mobile and desktop view@coronasafe/care-fe-code-reviewers @coronasafe/code-reviewers
Merge Checklist
HOW
🤖 Generated by Copilot at 907d053
whitespace-nowrap
class to span element (link)md:
prefix towhitespace-nowrap
class inCheckBoxFormField
component (link)PrescriptionDetailCard
component by modifying grid layout classes inDetail
components (link, link, link, link, link, link, link)