Mercurial > minori
view dep/fmt/doc/bootstrap/mixins/text-overflow.less @ 404:e561b7542b7b
*: fix build on mac os x
| author | Paper <paper@tflc.us> |
|---|---|
| date | Mon, 19 Jan 2026 20:50:40 -0500 |
| parents | 1faa72660932 |
| children |
line wrap: on
line source
// Text overflow // Requires inline-block or block for proper styling .text-overflow() { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
