I have a proposal for improving the French translation string “Show all dates / Afficher toutes les dates”, so that it fits the available space of the dropdown. See more information here: http://www.wordpress-fr.net/support/sujet-71742-chaine-show-all-dates-afficher-toutes-dates
-
Manuel Schmalstieg
Reply
Wacław 10:06 am on August 30, 2012 Permalink |
I think the box should rather adjust to lengths of strings, if possible.
ms-studio 11:15 am on August 30, 2012 Permalink |
Agreed, that would be better, other languages would also benefit from that!
I see that the hardcoded with is defined in
/wp-admin/css/wp-admin.dev.css
lines 822 – 824:
`.tablenav select[name="m"] {
width: 155px;
}`
If we replace with: `155px` with `auto`, the dropdown will adapt.
Andrew Nacin 8:07 pm on August 30, 2012 Permalink |
Looks like something that should be submitted to http://core.trac.wordpress.org.
ms-studio 2:08 pm on August 31, 2012 Permalink |
Done: https://core.trac.wordpress.org/ticket/21752