fix: add border-top

This commit is contained in:
Javier Segarra 2024-09-03 10:31:24 +02:00
parent eca68b76a0
commit 4e73e74c2c
1 changed files with 1 additions and 0 deletions

View File

@ -253,6 +253,7 @@ input::-webkit-inner-spin-button {
}
td {
font-size: 11pt;
border-top: 1px solid var(--vn-page-color);
border-collapse: collapse;
}
}