summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/Bootstrap/resources/bootstrap/less/mixins/text-overflow.less
blob: c11ad2fb7471dd29ae781f1aefdfb8bb5e4a7d6c (plain)
1
2
3
4
5
6
7
8
// Text overflow
// Requires inline-block or block for proper styling

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