Longer names break out of container on User Profile pageDescriptionMy Team widget shows spacing and overlapping issues on user names which are longer.Steps to Reproduce 1. Add the [Manager] field to the User form layout2. Open itil demo user record (abel.tuter: /nav_to.do?uri=sys_user.do?sys_id=62826bf03710200044e0bfc8bcbe5df1 )3. Append "Longer First Name" and "Longer Last Name" to [First name] and [Last name] fields respectively4. Add demo user (Fred Luddy) in the [Manager] field5. Make sure the demo user is active and not locked out6. Perform steps 1-5 again for other two demo users (i.e.abraham.lincoln: /nav_to.do?uri=sys_user.do?sys_id=a8f98bb0eb32010045e1a5115206fe3aadela.cervantsz: /nav_to.do?uri=sys_user.do?sys_id=0a826bf03710200044e0bfc8bcbe5d7a )7. Impersonate the first demo user in step 2 and observe the names overlapping inside My Team widget SP user profile (abel.tuter: /sp?id=user_profile&sys_id=62826bf03710200044e0bfc8bcbe5df1 )WorkaroundThis problem has been fixed. If you are able to upgrade, review the Fixed In section to determine the latest version with a permanent fix your instance can be upgraded to. The workaround is to add "min-height" to the container ".row.info-row>div {" in the CSS section of the My Team widget:/nav_to.do?uri=sp_widget.do?sys_id=62d700b79f210200f0a91471367fcfe8 changing from:.row.info-row>div {height: 35px;cursor: pointer;padding-top: 9px;}to:.row.info-row>div {min-height: 60px;height: 35px;cursor: pointer;padding-top: 9px;}Related Problem: PRB1529645