mirror of
https://github.com/empayre/fleet.git
synced 2024-11-07 01:15:22 +00:00
6 lines
86 B
Plaintext
6 lines
86 B
Plaintext
|
.truncate() {
|
||
|
overflow: hidden;
|
||
|
text-overflow: ellipsis;
|
||
|
white-space: nowrap;
|
||
|
}
|