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
+7
View File
@@ -416,6 +416,13 @@ span ~ .panel-header-text {
}
/* Container info list */
#container-info-name {
margin-inline-end: 0.5rem;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
#container-info-hideorshow {
margin-block-start: 4px;
}