Files
AdminLTE/build/bootstrap-less/mixins/text-overflow.less
Abdullah Almsaeed f14e4aaccb Fix issue #1665
2017-10-08 18:25:37 -04:00

9 lines
162 B
Plaintext

// Text overflow
// Requires inline-block or block for proper styling
.text-overflow() {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}