Merge pull request #41 from acid-info/topic-console-error

refactor: fix console error with first child
This commit is contained in:
jeangovil 2023-05-25 19:28:56 +03:30 committed by GitHub
commit 7dd6c8083e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ export const TableBodyStyles = css`
height: auto; height: auto;
} }
table tr:first-child td label:has(input[type='radio']) { table tr:first-of-type td label:has(input[type='radio']) {
display: none; display: none;
} }
} }