1
0
mirror of https://github.com/billz/raspap-webgui.git synced 2025-05-22 16:31:36 +02:00
2015-02-25 14:08:14 +01:00

9 lines
162 B
Plaintext
Executable File

// Text overflow
// Requires inline-block or block for proper styling
.text-overflow() {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}