summaryrefslogtreecommitdiff
path: root/vendor/bootstrap-3.2.0/mixins/_text-overflow.scss
blob: 1593b25ea5c7b570188f99bbeda5f36b0d57e5eb (plain)
1
2
3
4
5
6
7
8
// Text overflow
// Requires inline-block or block for proper styling

@mixin text-overflow() {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}