Update bootstrap, update/add all of PatternFly, add font-awesome
[cascardo/ipsilon.git] / less / bootstrap / mixins / text-overflow.less
diff --git a/less/bootstrap/mixins/text-overflow.less b/less/bootstrap/mixins/text-overflow.less
new file mode 100644 (file)
index 0000000..c11ad2f
--- /dev/null
@@ -0,0 +1,8 @@
+// Text overflow
+// Requires inline-block or block for proper styling
+
+.text-overflow() {
+  overflow: hidden;
+  text-overflow: ellipsis;
+  white-space: nowrap;
+}