Skip to content

Commit 5b165cf

Browse files
committed
Drop extra top padding on balance table group rows
1 parent 7ff8f3e commit 5b165cf

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

style/main.css

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -119,15 +119,10 @@ tbody tr.odd td {
119119
}
120120

121121
tr.group td {
122-
padding-top: 1.25rem;
123122
font-weight: 600;
124123
color: var(--color-group);
125124
}
126125

127-
tr.group:first-child td {
128-
padding-top: 0.25rem;
129-
}
130-
131126
tr.leaf td.col-account {
132127
color: var(--color-leaf-account);
133128
padding-left: 2rem;

0 commit comments

Comments
 (0)