mirror of
https://github.com/sissbruecker/linkding
synced 2024-11-26 13:20:23 +00:00
9 lines
112 B
SCSS
9 lines
112 B
SCSS
.spacer {
|
|
flex: 1 1 0;
|
|
}
|
|
|
|
.truncate {
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
}
|