Add ellipsis for long names in project columns
parent
07f2c1f7bb
commit
58d4e20334
|
@ -81,6 +81,9 @@ $column-margin: 0 10px 0 0;
|
||||||
&:last-child {
|
&:last-child {
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
}
|
}
|
||||||
|
span {
|
||||||
|
@include ellipsis(65%);
|
||||||
|
}
|
||||||
.icon {
|
.icon {
|
||||||
@extend %medium;
|
@extend %medium;
|
||||||
color: $gray-light;
|
color: $gray-light;
|
||||||
|
|
Loading…
Reference in New Issue