logo

searx

My custom branche(s) on searx, a meta-search engine git clone https://hacktivis.me/git/searx.git

text-overflow.less (162B)


  1. // Text overflow
  2. // Requires inline-block or block for proper styling
  3. .text-overflow() {
  4. overflow: hidden;
  5. text-overflow: ellipsis;
  6. white-space: nowrap;
  7. }