Skip to content

Commit c86e5da

Browse files
authored
Merge pull request #1272 from prezly/fix/table-bottom-margin
[DEV-19758] Fix - Table bottom margin
2 parents e9e8683 + 846585b commit c86e5da

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

components/ContentRenderer/ContentRenderer.module.scss

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

28+
.prezly-slate-table {
29+
margin-bottom: $spacing-6;
30+
}
31+
2832
.prezly-slate-image-rollover {
2933
width: 100%;
3034
z-index: 0;
@@ -163,7 +167,7 @@ $avatar-size: 60px;
163167
color: var(--prezly-text-color);
164168
}
165169

166-
&__description{
170+
&__description {
167171
color: var(--prezly-text-color-secondary);
168172
}
169173
}

0 commit comments

Comments
 (0)