1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00
unleash.unleash/frontend/src/component/common/common.scss

5 lines
89 B
SCSS
Raw Normal View History

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