<!--- This is required, remove the ones not applicable.--> ## I'm submitting a _(bug report)_ ## *Brief Description* <!--- This is required, How has this issue affected you? What are you trying to accomplish? --> Currently testing and fixing any UI issues I encounter. ## What is the current behaviour, (attach relevant screenshots) ? <!--- bug report only: --> After login, if the username is more than 10 characters, the username shifts to next line, disrupting the navbar layout. Check screenshot below 👇  ## What is the expected behaviour ? <!--- bug report only: --> It should truncate by adding `...` if the username exceeds certain character limit so that the UI component is intact. ## When does this occur ? <!--- bug report only: --> After login in ## How do we replicate the issue ? <!--- bug report only: try to list minimal steps needed to reproduce the bug. Include code/ stack trace if necessary --> 1. Open to-fix url 2. Click `Login with OSM` 3. If your username is less than 8 characters, right click your username, inspect element, and try to add more characters ## Please tell us about your environment: <!--- Please tell us about your environment for e.g., browser version, node version etc. --> Firefox 55.3, Chrome ## Other Information / context: <!--- Please add any additional details that might be relevant to this issue --> <!--- related issues, related PRs, suggestions on how to fix etc --> <!--- tag relevant people --> I am fixing this.