mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
Update searxng.min.css
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.
This commit is contained in:
parent
59ef9b9287
commit
fe384f3efd
1 changed files with 1 additions and 1 deletions
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue