mirror of
https://github.com/harness/drone.git
synced 2025-05-21 11:29:52 +08:00
8 lines
158 B
Plaintext
8 lines
158 B
Plaintext
// Text overflow
|
|
// Requires inline-block or block for proper styling
|
|
|
|
.text-overflow() {
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
} |