source:
imaps-frontend/node_modules/bootstrap/scss/mixins/_text-truncate.scss
Last change on this file was d565449, checked in by , 4 weeks ago | |
---|---|
|
|
File size: 168 bytes |
Rev | Line | |
---|---|---|
[d565449] | 1 | // Text truncate |
2 | // Requires inline-block or block for proper styling | |
3 | ||
4 | @mixin text-truncate() { | |
5 | overflow: hidden; | |
6 | text-overflow: ellipsis; | |
7 | white-space: nowrap; | |
8 | } |
Note:
See TracBrowser
for help on using the repository browser.