fix: increase column gap to 8px
This commit is contained in:
parent
932a6d8ea7
commit
e02edfde8a
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue