Commit 34e9a21d by Brian Talbot

Studio: renames and simplifies .cont-trucated Sass extend

parent 91a6e347
...@@ -251,10 +251,8 @@ ...@@ -251,10 +251,8 @@
} }
// extends - content - text overflow by ellipsis // extends - content - text overflow by ellipsis
.cont-overflow-elip { .cont-truncated {
@include box-sizing(border-box); @include box-sizing(border-box);
display: block;
width: auto;
overflow: hidden; overflow: hidden;
white-space: nowrap; white-space: nowrap;
text-overflow: ellipsis; text-overflow: ellipsis;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment