Thanks, this is much better!It's actually default XF behavior, they put a max-width of 100px on there.
You can add this to extra.css to set no limited:
Code:html .navTabs .navTab.account .navLink .accountUsername { max-width: none; }