RealStickman a88ea5ab9d Revert "Reset to default theme"
This reverts commit e861eadcf859a9e9db8b2f400df6893f5fdd21e8.
2022-06-24 18:08:45 +02:00

8 lines
150 B
SCSS

@mixin ellipsis($width: 100%) {
display: inline-block;
max-width: $width;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}