try
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2024-02-01 17:21:30 +01:00
parent 16f8c23c38
commit 99bd1841cb
3 changed files with 4 additions and 4 deletions

View File

@ -51,6 +51,7 @@ button#remove-button:not(:disabled):hover {
table {
width: 100%;
border-collapse: collapse;
border-radius: 10px;
}
table, th, td {
@ -142,6 +143,7 @@ tr:hover:not(.selected) {
width: 100%; /* Tabelle nimmt die volle Breite ein */
border-collapse: collapse; /* Entfernt doppelte Ränder */
border-radius: 10px;
overflow: hidden;
}
#nutrition-input-table th, #nutrition-input-table td {