Fix reporter text quote issue

This commit is contained in:
Emmy Leke
2022-12-16 13:28:22 +01:00
parent ee48ec9a92
commit f5ce59c779
2 changed files with 2 additions and 2 deletions
@@ -1,7 +1,7 @@
<template>
<div
v-if="options"
class="p-2"
class="rt-content px-3 py-2"
v-html="options.value"
/>
</template>