3
0

Fix reporter text quote issue

This commit is contained in:
Emmy Leke 2022-12-16 12:26:21 +01:00
parent ee48ec9a92
commit f5ce59c779
2 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@
:min-size="0"
:class="{
'overflow-hidden h-100': element.kind !== 'Text',
'w-100': block.elements.length === 1
'w-100': block.elements.length === 1,
}"
class="position-relative"
>

View File

@ -1,7 +1,7 @@
<template>
<div
v-if="options"
class="p-2"
class="rt-content px-3 py-2"
v-html="options.value"
/>
</template>