Opened 8 years ago
Closed 8 years ago
#1037 closed defect (bug) (fixed)
Localized theme directory ratings are a bit out of order
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Theme Directory | Keywords: | |
Cc: |
Description
Rating are okay on the original/english page:
https://wordpress.org/themes/vantage/
But ratings on the localied (e.g. German) page are out of order:
https://de.wordpress.org/themes/vantage/
5 stars = 66 has moved to a second line and 1 star has moved a little bit to the left.
Attachments (3)
Change History (6)
#1
@
8 years ago
Another example with even longer strings: https://he.wordpress.org/themes/twentythirteen/
https://cloudup.com/cTblDqX3kai
@obenland - Do you think you'd have some time to fix up the CSS for this?
Version 0, edited 8 years ago
by
(next)
#2
@
8 years ago
For German ist could be solved by making the min-width from the counter label slightly bigger and the counter a little smaller:
.theme-ratings .counter-label { min-width: 40px; }
.theme-ratings .counter-back { width: calc(100% - 70px); }
But this would be different for each language. Maybe switching to a table in the markup?
Note: See
TracTickets for help on using
tickets.
Original page - everything fine