[fix] fix a display problem in the image detail preview.

This commit is contained in:
Jinyuan Huang 2023-12-28 05:00:18 +00:00 committed by Markus Heiser
parent 0d47322ac8
commit f6d797ef43

View file

@ -89,6 +89,7 @@ article.result-images .detail {
p.result-url {
white-space: nowrap;
overflow-x: hidden;
overflow-y: hidden;
text-overflow: ellipsis;
}