Making WordPress.org

Opened 9 years ago

Closed 9 years ago

#1256 closed defect (bug) (fixed)

Plugin Directory (RTL) Sidebar margin

Reported by: ramiy's profile ramiy Owned by: ocean90's profile ocean90
Milestone: Priority: normal
Component: Plugin Directory Keywords: dev-feedback has-patch
Cc:

Description

So, On RTL plugin repo, we have extra margin that we don't have in the LTR repo.

It results with a narrow text area and we have few strings that shown in two lines instead of one.

See the attached screenshots.

Attachments (2)

add-plugin-developers-sidebar-LRT.png (82.7 KB) - added by ramiy 9 years ago.
add-plugin-developers-sidebar-RTL.png (57.2 KB) - added by ramiy 9 years ago.

Download all attachments as: .zip

Change History (5)

This ticket was mentioned in Slack in #meta-i18n by ramiy. View the logs.


9 years ago

#2 @ramiy
9 years ago

  • Keywords has-patch added

In wp4-rtl.css, Line 33

Replace:

#pagebody ul {
    margin-right: 16px;
}

With:

#pagebody ul {
    margin-left: 0;
    margin-right: 16px;
}

#3 @ocean90
9 years ago

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

In 1920:

wp4-rtl.css: Reset left margin for #pagebody ul.

Props ramiy.
Fixes #1256.

Note: See TracTickets for help on using tickets.