diff --git a/src/static/style.css b/src/static/style.css index bd093be..bc3c4a0 100644 --- a/src/static/style.css +++ b/src/static/style.css @@ -141,7 +141,7 @@ tr:hover:not(.selected) { #nutrition-input-table { width: 100%; /* Tabelle nimmt die volle Breite ein */ - border-collapse: collapse; /* Entfernt doppelte Ränder */ + border-collapse: separate; /* Entfernt doppelte Ränder */ border-radius: 10px; overflow: hidden; }