Making WordPress.org

Opened 19 months ago

Closed 19 months ago

Last modified 19 months ago

#6859 closed defect (bug) (invalid)

Content overflow issue

Reported by: baroliyamayur's profile baroliyamayur 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)

#1 @praful2111
19 months ago

  • Keywords has-patch added; needs-patch removed
  • Resolution set to invalid
  • Status changed from new to closed

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;
 }
}
Version 0, edited 19 months ago by praful2111 (next)
Note: See TracTickets for help on using tickets.