diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip index d066288f0e..0376cba14e 100644 Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ diff --git a/less/mixins.less b/less/mixins.less index 545ccb9bad..95292a6f21 100644 --- a/less/mixins.less +++ b/less/mixins.less @@ -89,6 +89,15 @@ } } +// Text overflow +// ------------------------- +// Requires inline-block or block for proper styling +.text-overflow() { + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + // FONTS