diff options
Diffstat (limited to 'src/seastar/fmt/doc/bootstrap/mixins/text-overflow.less')
-rw-r--r-- | src/seastar/fmt/doc/bootstrap/mixins/text-overflow.less | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/seastar/fmt/doc/bootstrap/mixins/text-overflow.less b/src/seastar/fmt/doc/bootstrap/mixins/text-overflow.less new file mode 100644 index 00000000..c11ad2fb --- /dev/null +++ b/src/seastar/fmt/doc/bootstrap/mixins/text-overflow.less @@ -0,0 +1,8 @@ +// Text overflow +// Requires inline-block or block for proper styling + +.text-overflow() { + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} |