fix line height
This commit is contained in:
@@ -184,4 +184,7 @@ const getLineColor = (result: Result) => {
|
|||||||
div.end {
|
div.end {
|
||||||
@apply justify-self-end ms-2;
|
@apply justify-self-end ms-2;
|
||||||
}
|
}
|
||||||
|
tr {
|
||||||
|
height: 33px;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
@@ -163,4 +163,7 @@ const getLineColor = (result: Result) => {
|
|||||||
div.end {
|
div.end {
|
||||||
@apply justify-self-end ms-2;
|
@apply justify-self-end ms-2;
|
||||||
}
|
}
|
||||||
|
tr {
|
||||||
|
height: 33px;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
Reference in New Issue
Block a user