OSDN Git Service

3504bb1aa5d7aa2c3d75aedd4a03916afaa7e4d9
[bytom/vapor.git] / tools / side_chain_tool / web / node_modules / bootstrap / scss / mixins / _text-truncate.scss
1 // Text truncate
2 // Requires inline-block or block for proper styling
3
4 @mixin text-truncate() {
5   overflow: hidden;
6   text-overflow: ellipsis;
7   white-space: nowrap;
8 }