Opened 8 years ago
Closed 7 years ago
#2369 closed defect (bug) (fixed)
Translated string doesn't fit in plugin active installs showcase (german)
Reported by: | Presskopp | Owned by: | SergeyBiryukov |
---|---|---|---|
Milestone: | Plugin Directory v3.0 | Priority: | normal |
Component: | Plugin Directory | Keywords: | has-patch has-screenshots |
Cc: |
Description
On https://de.wordpress.org/plugins-wp/ (german)
the translated string for the class="active-installs" does not fit the available space.
Installatione instead of Installationen
Why not push the class="tested-with" part a bit more to the right? I wonder what it's like in other languages.
Attachments (2)
Change History (10)
This ticket was mentioned in Slack in #meta-i18n by presskopp. View the logs.
8 years ago
#3
@
7 years ago
I'd change
.plugin-card footer span.plugin-author{width:100%}
to
.plugin-card footer span.plugin-author, .plugin-card footer span.active-installs { width: 100%; }
This ticket was mentioned in Slack in #meta by presskopp. View the logs.
7 years ago
This ticket was mentioned in Slack in #meta by tellyworth. View the logs.
7 years ago
Note: See
TracTickets for help on using
tickets.
Russian is also affected: https://ru.wordpress.org/plugins-wp/
As I said in slack:
I think we can probably get away with setting a min-width of 48% on the left most items, and leaving the right most items to either use the remaining space or wrap onto the next line instead.