Studio: renames and simplifies .cont-trucated Sass extend

This commit is contained in:
Brian Talbot
2013-07-02 09:56:44 -04:00
parent 91a6e34769
commit 34e9a21da8

View File

@@ -251,10 +251,8 @@
}
// extends - content - text overflow by ellipsis
.cont-overflow-elip {
.cont-truncated {
@include box-sizing(border-box);
display: block;
width: auto;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;