bigbluebutton-Github/bigbluebutton-html5/imports/ui/stylesheets/variables/_all.scss
2018-12-11 09:46:42 -02:00

10 lines
155 B
SCSS

@import "./breakpoints";
%text-elipsis {
min-width: 0;
display: inline-block;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}