Also fixed weird affects from body now always being flex.
For #1075
}
.page-content.mce-content-body {
}
.page-content.mce-content-body {
+ padding-block-start: 1rem;
+ padding-block-end: 1rem;
+ display: block;
+}
+
+.page-content.mce-content-body > :last-child {
+ margin-bottom: 3rem;
}
// Fix to prevent 'No color' option from not being clickable.
}
// Fix to prevent 'No color' option from not being clickable.