File: text-overflow.less

package info (click to toggle)
twitter-bootstrap3 3.4.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 9,660 kB
  • sloc: makefile: 88; ruby: 31
file content (8 lines) | stat: -rw-r--r-- 162 bytes parent folder | download | duplicates (33)
1
2
3
4
5
6
7
8
// Text overflow
// Requires inline-block or block for proper styling

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