Browse Source

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

Jinyuan Huang 1 year ago
parent
commit
f6d797ef43
1 changed files with 1 additions and 0 deletions
  1. 1 0
      searx/static/themes/simple/src/less/detail.less

+ 1 - 0
searx/static/themes/simple/src/less/detail.less

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