Add ellipsis for long names in project columns

stable
Xavier Julián 2015-12-23 09:59:13 +01:00
parent 07f2c1f7bb
commit 58d4e20334
1 changed files with 3 additions and 0 deletions

View File

@ -81,6 +81,9 @@ $column-margin: 0 10px 0 0;
&:last-child {
margin-right: 0;
}
span {
@include ellipsis(65%);
}
.icon {
@extend %medium;
color: $gray-light;