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

pull/3077/head
Jinyuan Huang 5 months ago committed by Markus Heiser
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…
Cancel
Save