Fix bug where column headings were displayed incorrectly on small screens

This commit is contained in:
2022-06-07 19:59:33 +09:30
parent ffcf7c0438
commit 4422f3840e
2 changed files with 4 additions and 3 deletions

View File

@@ -1,3 +1,3 @@
<th hx-post="/manage/results?sort={{ .URLString }}" hx-target="#manage-results">{{ .Name }}&nbsp;{{ .TitleArrow }}
<th class="{{ .Class }}" hx-post="/manage/results?sort={{ .URLString }}" hx-target="#manage-results">{{ .Name }}&nbsp;{{ .TitleArrow }}
</th>