Opened 20 months ago
Last modified 2 months ago
#7698 new defect (bug)
In Responsive view, input box is going out of screen(not proper layout)
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | low | |
| Component: | Plugin Directory | Keywords: | |
| Cc: |
Description
In the Responsive view, below 600px screen size, the input box is going out of screen due to its width on the plugin validator page
Page Url : https://wordpress.org/plugins/developers/readme-validator/
Attachments (2)
Change History (3)
@
2 months ago
Improves the Readme Validator layout by making the input and textarea responsive and adding spacing for better usability.
#1
@
2 months ago
Thanks for reviewing! 😊
This patch applies a small UI/UX improvement to the Readme Validator page:
- Makes the URL input and textarea fully responsive on smaller screens
- Ensures proper spacing between the input and the Validate button
- Uses
box-sizing: border-boxto prevent layout overflow issues
No functional behavior is changed — this is strictly a CSS/layout enhancement for better usability.
Happy to update the patch if anything else is needed!
Note: See
TracTickets for help on using
tickets.
I have attached Screenshot for better Understanding