1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2024-12-13 23:48:55 +01:00
fab-manager/vendor/assets/components/bootstrap/less/mixins/text-overflow.less

9 lines
162 B
Plaintext
Raw Normal View History

2015-05-05 03:10:25 +02:00
// Text overflow
// Requires inline-block or block for proper styling
.text-overflow() {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}