fix line height

This commit is contained in:
2024-05-21 14:10:48 +02:00
parent 7a7dba010e
commit d89ff4ea7f
2 changed files with 6 additions and 0 deletions

View File

@@ -184,4 +184,7 @@ const getLineColor = (result: Result) => {
div.end {
@apply justify-self-end ms-2;
}
tr {
height: 33px;
}
</style>

View File

@@ -163,4 +163,7 @@ const getLineColor = (result: Result) => {
div.end {
@apply justify-self-end ms-2;
}
tr {
height: 33px;
}
</style>