Opened 11 years ago
Closed 11 years ago
#1256 closed defect (bug) (fixed)
Plugin Directory (RTL) Sidebar margin
| Reported by: | ramiy | Owned by: | ocean90 |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
In wp4-rtl.css, Line 33
Replace:
#pagebody ul { margin-right: 16px; }With:
#pagebody ul { margin-left: 0; margin-right: 16px; }