OSDN Git Service

c11ad2fb7471dd29ae781f1aefdfb8bb5e4a7d6c
[bytom/vapor.git] / tools / side_chain_tool / web / node_modules / bootstrap / less / mixins / text-overflow.less
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 }