fix #141: container-name class truncate long names

This commit is contained in:
groovecoder
2017-02-02 13:47:37 -06:00
parent 6115b1bcb9
commit 7eaff4688f
3 changed files with 11 additions and 4 deletions
+7
View File
@@ -162,6 +162,13 @@ table.unstriped tbody tr {
color: #0a0a0a;
}
.container-name {
max-inline-size: 7em;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.edit-container-panel [type="radio"] {
display: inline;
margin-inline-start: -17px;