Fix: only use pointer for sortable table headings, fix title width

This commit is contained in:
shamoon 2024-05-12 19:57:08 -07:00
parent 68ca27c27c
commit ac666df4ce
2 changed files with 11 additions and 11 deletions

View file

@ -6,7 +6,7 @@ tr {
user-select: none;
}
th {
.cursor-pointer {
cursor: pointer;
}