Skip to content

Commit a5dc16a

Browse files
committed
fix: adjust table cell padding for improved layout consistency
1 parent 89e0d54 commit a5dc16a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/apps/BpmCalculator.svelte

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,8 @@
146146
font-size: 0.85rem;
147147
}
148148
149-
.py-3 {
149+
td,
150+
th {
150151
padding-top: 0.5rem;
151152
padding-bottom: 0.5rem;
152153
}

0 commit comments

Comments
 (0)