Skip to content

Commit

Permalink
fix: Fix News Rich Editor content display style - MEED-2534 - Meeds-i…
Browse files Browse the repository at this point in the history
…o/meeds#1102 (#927)

This change will apply Rich Editor Style on News content to ensure consistency with WYSIWYG Editor style.
  • Loading branch information
rdenarie authored Sep 25, 2023
1 parent e26f372 commit 6e81501
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
id="newsBody"
:class="[!summary ? 'fullDetailsBodyNoSummary' : '']"
class="fullDetailsBody clearfix">
<span v-sanitized-html="newsBody"></span>
<span v-sanitized-html="newsBody" class="rich-editor-content"></span>
</div>

<div v-show="attachments && attachments.length" class="newsAttachmentsTitle">
Expand Down

0 comments on commit 6e81501

Please sign in to comment.