"Long" org names cause org switcher to be pushed offscreen

If you have a "long" org name it pushes the org switch off screen and you have to go into the browser dev tools to shorten it to get back to your home org. Any thoughts on how to resolve this?

What I currently have is a jquery one liner that makes it visible again

$('.org-name').css('max-width','75px').css('text-overflow','ellipsis');

Thanks for the report! I've opened API-4066 for this. Should be a quick fix. Very much appreciate you sharing your solution!

No prob, I was going to create a tampermonkey script to apply it but decided I might as well report it so other developers would benefit as well. That, and i had issues with creating the tampermonkey script :slight_smile:

1 Like

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.