We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e9e8683 + 846585b commit c86e5daCopy full SHA for c86e5da
1 file changed
components/ContentRenderer/ContentRenderer.module.scss
@@ -25,6 +25,10 @@ $avatar-size: 60px;
25
margin-bottom: $spacing-6;
26
}
27
28
+ .prezly-slate-table {
29
+ margin-bottom: $spacing-6;
30
+ }
31
+
32
.prezly-slate-image-rollover {
33
width: 100%;
34
z-index: 0;
@@ -163,7 +167,7 @@ $avatar-size: 60px;
163
167
color: var(--prezly-text-color);
164
168
165
169
166
- &__description{
170
+ &__description {
171
color: var(--prezly-text-color-secondary);
172
173
0 commit comments