GITLAB

essa-frontend / ace_template

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • ace_template
  • assets
  • css
  • less
  • bootstrap
  • mixins
  • text-overflow.less
  • 5a739853   commit Browse Code ยป
    patrick.he
    2019-02-15 16:11:44 +0800  
text-overflow.less 162 Bytes
Edit Raw Blame History Permalink
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;
}