as of 19 Aug - folder names broken and show as "..."
![]() |
All my folder names (inbox, starred...) in any mail boxes on the left have been broken since today...
|
![]() |
I reported this a few weeks back (http://userscripts.org/topics/79587). If you're adventurous you can fix it yourself by following my last post. |
![]() |
I see. It happened on the day I changed to FF7 beta, which would explain it... Can you please write where exactly to paste this code-fragment in the userscript? |
![]() |
On line 61 you should see the hash entry that starts with a tab and then "sidebar" followed by a colon and a large quoted string. Paste "div.XQRo3{text-overflow: clip;} " in the beginning of the quoted string (don't copy the quotes I've included but make sure you paste paste the string after the quotation mark already there). It should look like this when you're done: sidebar : "div.XQRo3{text-overflow: clip;} (rest of string here)", Hopefully that wasn't confusing haha... |
![]() |
Not confusing ;) It worked fine. Thx! |
