mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
add something like that:
.result .url_wrapper .url_o2 .url_i2 {
float: right;
overflow: hidden;
text-overflow: ellipsis;
}
->
.result .url_wrapper .url_o2 .url_i2 {
float: right;
overflow: hidden;
text-overflow: ellipsis;
max-width: 100%;
}
I think this will solve the issue#1304.
And this worked perfectly on my computer.
|
||
|---|---|---|
| .. | ||
| plugins/external_plugins | ||
| themes/simple | ||