rDrama/files/assets/css/bootstrap/mixins/_text-truncate.scss
2021-10-01 05:45:57 +02:00

6 lines
98 B
SCSS

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