diff --git a/resources/js/Pages/Client/Posts/Show.vue b/resources/js/Pages/Client/Posts/Show.vue
index 5902df7..693166f 100755
--- a/resources/js/Pages/Client/Posts/Show.vue
+++ b/resources/js/Pages/Client/Posts/Show.vue
@@ -112,7 +112,11 @@ export default {
diff --git a/resources/js/Pages/Dashboard/Components/ContentBuilder/blocks/ParagraphBlock.vue b/resources/js/Pages/Dashboard/Components/ContentBuilder/blocks/ParagraphBlock.vue
index b09d9c7..140b42f 100644
--- a/resources/js/Pages/Dashboard/Components/ContentBuilder/blocks/ParagraphBlock.vue
+++ b/resources/js/Pages/Dashboard/Components/ContentBuilder/blocks/ParagraphBlock.vue
@@ -90,6 +90,9 @@ export default {
'insertdatetime', 'media', 'table', 'code', 'help', 'wordcount',
'autoresize'
],
+ invalid_styles: 'all',
+ paste_remove_styles_if_webkit: true,
+ paste_merge_formats: true,
toolbar: 'undo redo | blocks | ' +
'bold italic forecolor link | alignleft aligncenter ' +
'alignright alignjustify | bullist numlist outdent indent | ' +