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:
BernieHuang2008 2022-06-11 07:00:19 +08:00 committed by GitHub
parent 59ef9b9287
commit fe384f3efd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

File diff suppressed because one or more lines are too long