Skip to content
This repository was archived by the owner on Jun 1, 2025. It is now read-only.

Commit 81e5fe1

Browse files
committed
fix: remove width style on grid container for CSP safe, fixes #1368
- we shouldn't use inline `style` for CSP safe code, that code was moved in Slickgrid-Universal style instead
1 parent e7b0db5 commit 81e5fe1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div id="slickGridContainer-{{gridId}}" class="gridPane">
22
<ng-container *ngTemplateOutlet="slickgridHeader"></ng-container>
3-
<div attr.id='{{gridId}}' class="slickgrid-container" style="width: 100%">
3+
<div attr.id='{{gridId}}' class="slickgrid-container">
44
</div>
55
<ng-container *ngTemplateOutlet="slickgridFooter"></ng-container>
66
</div>

0 commit comments

Comments
 (0)