mirror of
https://github.com/vrc-get/vrc-get.git
synced 2026-06-21 09:58:08 +00:00
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:
parent
54113144a8
commit
0cf635e892
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue