diff options
Diffstat (limited to 'searx/static/less/bootstrap/mixins/text-overflow.less')
| -rw-r--r-- | searx/static/less/bootstrap/mixins/text-overflow.less | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/searx/static/less/bootstrap/mixins/text-overflow.less b/searx/static/less/bootstrap/mixins/text-overflow.less deleted file mode 100644 index c11ad2fb7..000000000 --- a/searx/static/less/bootstrap/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; -} |