searxng/searx/static/themes
BernieHuang2008 fe384f3efd
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.
2022-06-11 07:00:19 +08:00
..
simple Update searxng.min.css 2022-06-11 07:00:19 +08:00