Don't verify Danube and verify Euphrates
[releng.git] / utils / test / testapi / 3rd_party / static / testapi-ui / assets / lib / 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 }