Truncate text inside a box-content-row div rather than flowing out of the box

This commit is contained in:
Charlie Murray
2015-09-15 20:13:46 +01:00
parent bb2e77d899
commit 972ab0df50

View File

@@ -295,6 +295,9 @@ div > div.box-content-row:nth-of-type(1) {
div.box-content-row {
border-top: 1px solid #d8d8d8;
padding: 4px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
div.box-content-bottom {