aboutsummaryrefslogtreecommitdiffstats
path: root/vnfmarket/common/thirdparty/bootstrap/less/mixins/text-overflow.less
diff options
context:
space:
mode:
Diffstat (limited to 'vnfmarket/common/thirdparty/bootstrap/less/mixins/text-overflow.less')
-rw-r--r--vnfmarket/common/thirdparty/bootstrap/less/mixins/text-overflow.less8
1 files changed, 0 insertions, 8 deletions
diff --git a/vnfmarket/common/thirdparty/bootstrap/less/mixins/text-overflow.less b/vnfmarket/common/thirdparty/bootstrap/less/mixins/text-overflow.less
deleted file mode 100644
index c11ad2fb..00000000
--- a/vnfmarket/common/thirdparty/bootstrap/less/mixins/text-overflow.less
+++ /dev/null
@@ -1,8 +0,0 @@
-// Text overflow
-// Requires inline-block or block for proper styling
-
-.text-overflow() {
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
-}