Studio: resolving a display issue for longer usernames in Studio's navigation

This commit is contained in:
Brian Talbot
2014-10-20 16:55:14 -04:00
parent c876c4ae93
commit d238fa1477

View File

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