fix: vertically center checkboxes in repository list

Add align-middle to CELL_CLASS so all table cells use vertical-align: middle.
This commit is contained in:
Kissa Ruokanen 2026-05-29 14:56:48 +09:00
commit 0cf635e892

View file

@ -356,7 +356,7 @@ function RepositoryTableBody({
);
}
const CELL_CLASS = "p-2.5 compact:py-1";
const CELL_CLASS = "p-2.5 compact:py-1 align-middle";
function RepositoryRowCells({
labelId,