File diff e33121c7dc54 → 32c2469b99f4
static/bootstrap/stylesheets/bootstrap/mixins/_text-overflow.scss
Show inline comments
 
new file 100644
 
// Text overflow
 
// Requires inline-block or block for proper styling
 

	
 
@mixin text-overflow() {
 
  overflow: hidden;
 
  text-overflow: ellipsis;
 
  white-space: nowrap;
 
}