Add text-overflow class

This commit is contained in:
John Furrow
2015-11-14 19:28:24 -08:00
parent 0689ef8b17
commit 71abe4d184
+6
View File
@@ -12,3 +12,9 @@ body {
margin-bottom: 0.1em;
opacity: 0.8;
}
.text-overflow {
overflow: hidden;
position: relative;
text-overflow: ellipsis;
}