mirror of https://github.com/searxng/searxng.git
[fix] fix a display problem in the image detail preview.
This commit is contained in:
parent
0d47322ac8
commit
f6d797ef43
|
@ -89,6 +89,7 @@ article.result-images .detail {
|
|||
p.result-url {
|
||||
white-space: nowrap;
|
||||
overflow-x: hidden;
|
||||
overflow-y: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue