1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

Fix word overflow in file search page (#32695)

This commit is contained in:
yp05327
2024-12-04 01:52:25 +09:00
committed by GitHub
parent 136408307c
commit 690d07470c
2 changed files with 2 additions and 1 deletions

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>