mirror of
https://github.com/harness/drone.git
synced 2025-05-12 23:20:10 +08:00

removed amber files. replacing with angular removed queue package in favor or worker package removed channel package in favor of pubsub package
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;
|
|
} |