Prevent overflowing project names.

This commit is contained in:
Paulo Reis 2016-10-24 17:08:46 +01:00
parent 49fecc9ef4
commit 4e62e5c4c5

View file

@ -200,6 +200,10 @@ ul.structured-list {
.select-item + span, .select-all + span {
display: inline-block;
padding-left: @line-height-computed * 1.5;
max-width: 100%;
overflow: hidden;
text-overflow: ellipsis;
vertical-align: top;
}
}
}