Fix mobile responsiveness in Assign Doctor popup and button alignment in Patient Registration form
Overview
This merge request addresses two UI issues related to mobile responsiveness and button alignment.
Changes Made
1. Assign Doctor Popup
- Removed horizontal overflow on mobile view.
- Replaced fixed widths with responsive Tailwind classes.
- Ensured popup width adapts to screen size.
- Prevented horizontal scrolling.
- Maintained desktop layout without changes.
2. Patient Registration Form
- Fixed vertical alignment issue between “Cancel” and “Create & Register Patient” buttons.
- Ensured both buttons have equal height.
- Applied proper flex alignment for consistent layout.
- Maintained responsiveness across screen sizes.
Verified
- No horizontal scrolling in popup.
- Proper responsive behavior.
- Buttons are perfectly aligned.
- No layout break.
- No impact on other pages.