Blame view

frontend/web/css/node_modules/bootstrap/less/mixins/text-overflow.less 162 Bytes
8df80521   Alexander Karnovsky   not fixed commite
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;
  }