added text-ellipsis and max-width

This commit is contained in:
JaeeunCho 2017-08-21 10:29:01 -07:00
parent 144fb502ff
commit baa5d519f1
2 changed files with 2 additions and 1 deletions

View File

@ -75,8 +75,8 @@
}
.itemLabel {
@extend %text-elipsis;
color: $color-gray-dark;
font-size: 90%;
flex: 1;
white-space: nowrap;
}

View File

@ -139,6 +139,7 @@
@extend %text-elipsis;
cursor: default;
min-width: 10vw;
max-width: 100%;
overflow: visible;
}