Blame view

frontend/web/css/node_modules/bootstrap/less/mixins/text-overflow.less 170 Bytes
3da83322   Administrator   21.03.16 Versrka
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;

  }