source:
trip-planner-front/node_modules/bootstrap/less/mixins/text-overflow.less@
eed0bf8
Last change on this file since eed0bf8 was fa375fe, checked in by , 3 years ago | |
---|---|
|
|
File size: 162 bytes |
Line | |
---|---|
1 | // Text overflow |
2 | // Requires inline-block or block for proper styling |
3 | |
4 | .text-overflow() { |
5 | overflow: hidden; |
6 | text-overflow: ellipsis; |
7 | white-space: nowrap; |
8 | } |
Note:
See TracBrowser
for help on using the repository browser.