Opened 10 years ago
Closed 10 years ago
#1256 closed defect (bug) (fixed)
Plugin Directory (RTL) Sidebar margin
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| 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)
Change History (5)
Note: See
TracTickets for help on using
tickets.
In wp4-rtl.css, Line 33
Replace:
#pagebody ul { margin-right: 16px; }With:
#pagebody ul { margin-left: 0; margin-right: 16px; }