source: trip-planner-front/node_modules/bootstrap/less/mixins/text-overflow.less@ 6c1585f

Last change on this file since 6c1585f was fa375fe, checked in by Ema <ema_spirova@…>, 3 years ago

adding new components

  • Property mode set to 100644
File size: 162 bytes
RevLine 
[fa375fe]1// Text overflow
[6a3a178]2// Requires inline-block or block for proper styling
3
[fa375fe]4.text-overflow() {
[6a3a178]5 overflow: hidden;
6 text-overflow: ellipsis;
7 white-space: nowrap;
8}
Note: See TracBrowser for help on using the repository browser.