Merge pull request #5651 from edx/talbs/fix-studio-usernav

Studio: FIX - Username Display in Nav
This commit is contained in:
Stephen Sanchez
2014-10-20 17:48:03 -04:00

View File

@@ -201,7 +201,7 @@
> .label {
display: inline-block;
max-width: 85%;
max-width: 84%;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;