#6859 closed defect (bug) (invalid)
Content overflow issue
| Reported by: | baroliyamayur | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| 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)
#1
@
3 years ago
- Keywords has-patch added; needs-patch removed
- Resolution → invalid
- Status new → closed
Version 0, edited 3 years ago by
(next)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
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; } }