|
|
|||
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 }
| [ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
|
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
|