mirror of
https://github.com/searxng/searxng.git
synced 2026-05-26 12:50:14 +02:00
[enh] static content generalization
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
// Text overflow
|
||||
// Requires inline-block or block for proper styling
|
||||
|
||||
.text-overflow() {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
Reference in New Issue
Block a user