Decrease block padding for deck browser rows (#2231)

This commit is contained in:
Matthias Metelka 2022-12-04 02:45:59 +01:00 committed by GitHub
parent ed45adcb08
commit 430f5613d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -35,7 +35,7 @@ th {
}
tr.deck td {
padding: 5px 12px;
padding: 4px 12px;
}
tr.top-level-drag-row td {