bigbluebutton-Github/bigbluebutton-html5/imports/ui/stylesheets/variables/_all.scss

10 lines
155 B
SCSS
Raw Normal View History

2016-05-03 06:42:54 +08:00
@import "./breakpoints";
%text-elipsis {
min-width: 0;
display: inline-block;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}