Skip to content

Commit

Permalink
fix(addon-table): TuiTableDirective Content Security Policy error v4 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
stepnikoghosyan authored Sep 6, 2024
1 parent 411b6d9 commit a7ae8f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ class TuiTableStyles {}
],
hostDirectives: [TuiStuck],
host: {
style: 'border-collapse: separate',
'[attr.data-size]': 'size()',
},
})
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
table[tuiTable] {
border-collapse: separate;

[tuiCell] {
padding: 0;
}
Expand Down

0 comments on commit a7ae8f3

Please sign in to comment.