Fix issue where dataset names that are too long overlap health gauge

This commit is contained in:
cptran777 2018-10-01 14:52:56 -07:00
parent 34bcbfc56d
commit 28de52f1f6

View File

@ -6,9 +6,9 @@
}
.dataset-name {
max-width: item-spacing(9) * 10;
max-width: item-spacing(8) * 11;
padding-right: item-spacing(3);
overflow: hidden;
word-wrap: break-word;
text-overflow: ellipsis;
margin: 0;
}