Add ellipsis for long names in project columns
parent
07f2c1f7bb
commit
58d4e20334
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue