fix: increase column gap to 8px

This commit is contained in:
Erik 2026-03-13 20:41:43 +01:00
parent 932a6d8ea7
commit e02edfde8a

View file

@ -2084,7 +2084,7 @@ table.ts-props tr.ts-colnames td {
padding: 6px 8px;
display: flex;
flex-direction: column;
gap: 4px;
gap: 8px;
border-bottom: 2px solid #af7a30;
}
.ts-vital {