Added ellipsis property to table column

This commit is contained in:
Rijn 2017-01-02 13:42:32 -06:00
parent 49bef31bd6
commit eedcba586c
3 changed files with 47 additions and 26 deletions

View file

@ -138,6 +138,13 @@
white-space: normal;
word-break: break-all;
box-sizing: border-box;
&-ellipsis {
word-break: keep-all;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
}
&-hidden{
visibility: hidden;
@ -298,4 +305,4 @@
padding: 0;
}
}
}
}