Fix word overflow in file search page (#32695) (#32699)

Backport #32695 by yp05327

Co-authored-by: yp05327 <576951401@qq.com>
This commit is contained in:
Giteabot
2024-12-04 08:19:43 +08:00
committed by GitHub
co-authored by yp05327
parent 4b73e92264
commit a332805f6e
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
<input id="repo-file-find-input" type="text" autofocus data-url-data-link="{{.DataLink}}" data-url-tree-link="{{.TreeLink}}">
</div>
</div>
<table id="repo-find-file-table" class="ui single line table">
<table id="repo-find-file-table" class="ui single line fixed table">
<tbody>
</tbody>
</table>