Back to home page

EIC code displayed by LXR

 
 

    


Warning, /iDDS/monitor/data/scss/bootstrap/mixins/_text-truncate.scss is written in an unsupported language. File is not indexed.

0001 // Text truncate
0002 // Requires inline-block or block for proper styling
0003 
0004 @mixin text-truncate() {
0005   overflow: hidden;
0006   text-overflow: ellipsis;
0007   white-space: nowrap;
0008 }