change table row height

Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
This commit is contained in:
Andrey Platov
2021-09-16 13:28:39 +02:00
parent 98cc58e138
commit 2624896848
@@ -115,7 +115,7 @@
}
.tr-body {
height: 3rem;
height: 3.25rem;
color: var(--theme-caption-color);
border-bottom: 1px solid var(--theme-button-border-hovered);
&:last-child { border-bottom: none; }