#6859 closed defect (bug) (invalid)
Content overflow issue
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Component: | Showcase | Keywords: | has-screenshots has-patch |
| Cc: |
Description
Content overflow issue on mobile devices.
Page URL:- https://wordpress.org/showcase/submit-a-wordpress-site/
Issue Screenshot:- https://share.cleanshot.com/4QVXl7bhfZvQYVyXJHQv
Change History (1)
Note: See
TracTickets for help on using
tickets.
There were issues with textares CSS, Please use the below CSS to resolve the issue.
/* Small devices */ @media ( max-width: 576px ) { textarea.text { width: 100%; box-sizing: border-box; } }See output: https://prnt.sc/WvgwVCUt7btG