Add overflow for container name to prevent UI from overflowing. Fixes #240

This commit is contained in:
Jonathan Kingston
2017-02-27 20:36:19 +00:00
parent 67c7eb3485
commit 32bb73f661
3 changed files with 16 additions and 2 deletions
+8 -1
View File
@@ -105,16 +105,23 @@ value, or chrome url path as an alternate selector mitiages this bug.*/
#userContext-indicator {
height: 16px;
list-style-image: none !important;
vertical-align: middle;
width: 16px;
}
#userContext-label {
margin-inline-end: 5px;
color: var(--identity-tab-color) !important;
margin-inline-end: 5px;
max-inline-size: 75px;
text-overflow: ellipsis;
white-space: nowrap;
}
#userContext-icons {
-moz-box-align: center;
align-items: center;
display: flex;
max-inline-size: 120px;
}
.userContext-icon,