include app/assets/less/vendor/* in git.
This commit is contained in:
parent
ef737fd406
commit
4faa26c25e
78 changed files with 10918 additions and 0 deletions
8
app/assets/less/vendor/bootstrap/mixins/text-overflow.less
vendored
Normal file
8
app/assets/less/vendor/bootstrap/mixins/text-overflow.less
vendored
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
// Text overflow
|
||||
// Requires inline-block or block for proper styling
|
||||
|
||||
.text-overflow() {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
Reference in a new issue