Skip to content

Commit 16cdff3

Browse files
authored
Merge pull request #1349 from prezly/feature/dev-21347-support-expanded-tables-in-the-content-renderer
[DEV-21347] Fix - Update content renderer & apply margin on container and not table
2 parents 488b55b + 88719b3 commit 16cdff3

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@meilisearch/instant-meilisearch": "0.26.0",
3333
"@playwright/test": "^1.50.1",
3434
"@prezly/analytics-nextjs": "4.3.0",
35-
"@prezly/content-renderer-react-js": "0.43.3",
35+
"@prezly/content-renderer-react-js": "0.43.4",
3636
"@prezly/sdk": "23.17.0",
3737
"@prezly/story-content-format": "0.70.0",
3838
"@prezly/theme-kit-nextjs": "10.4.0",

pnpm-lock.yaml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/components/ContentRenderer/ContentRenderer.module.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ $avatar-size: 60px;
2525
margin-bottom: $spacing-6;
2626
}
2727

28-
.prezly-slate-table {
28+
.prezly-slate-table-container {
2929
margin-bottom: $spacing-6;
3030
}
3131

0 commit comments

Comments
 (0)