Studio: renames and simplifies .cont-trucated Sass extend
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user