Fix #210: saved pastes ID column / delete button overlap #211

Merged
fen merged 1 commits from fix-210 into dev 2026-09-10 18:00:42 +00:00
1 Commits
Author SHA1 Message Date
fen 8636a23f49 Fix #210: declare missing delete-button column in saved pastes table
CI / docker (pull_request) Skipped
CI / test (pull_request) Successful in 45s
/mine rows render 7 cells (ID + delete button) but the colgroup and
thead only declared 6 columns, so under table-layout:fixed the delete
button cell overlapped the ID column at narrower widths. Add a
col-del column + empty header th to match the row cells.
2026-09-10 12:56:10 -05:00