mirror of
https://github.com/YunoHost-Apps/searx_ynh.git
synced 2024-09-03 20:16:30 +02:00
9 lines
162 B
Text
9 lines
162 B
Text
|
// Text overflow
|
||
|
// Requires inline-block or block for proper styling
|
||
|
|
||
|
.text-overflow() {
|
||
|
overflow: hidden;
|
||
|
text-overflow: ellipsis;
|
||
|
white-space: nowrap;
|
||
|
}
|