- Timestamp:
- 10/16/21 18:10:51 (3 years ago)
- Branches:
- master
- Children:
- eed0bf8
- Parents:
- 6a3a178
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/bootstrap/less/mixins/text-overflow.less
r6a3a178 rfa375fe 1 // Text truncate1 // Text overflow 2 2 // Requires inline-block or block for proper styling 3 3 4 @mixin text-truncate() {4 .text-overflow() { 5 5 overflow: hidden; 6 6 text-overflow: ellipsis;
Note:
See TracChangeset
for help on using the changeset viewer.