Making WordPress.org

Opened 10 years ago

Closed 10 years ago

#707 closed defect (bug) (fixed)

using <code> in plugin description breaks page responsiveness

Reported by: ramiy's profile ramiy Owned by:
Milestone: Priority: high
Component: Plugin Directory Keywords: needs-patch ui-feedback
Cc:

Description

When i use my mobile device to see my plugin page, it look's great with a nice responsive layout.

But plugins that use <code></code> are not responsive. it's a minor fix with huge UX impact.

Change History (4)

#1 @ramiy
10 years ago

Problem

style-wp4.css line 88

#plugin-info pre {
  overflow: auto;
  width: 525px;
  clear: both;
}

Solution

Removing the width fixes the problem.

#2 @Otto42
10 years ago

Can you provide a URL to an example page on the plugins directory we can see this affect?

#4 @Otto42
10 years ago

  • Resolution set to fixed
  • Status changed from new to closed

Good change. I'll change it to max-width instead, which should have the same impact but still limit the width there so as to not cause an overflow.

Note: See TracTickets for help on using tickets.