Fix reporter text quote issue
This commit is contained in:
parent
ee48ec9a92
commit
f5ce59c779
@ -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"
|
||||
>
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<div
|
||||
v-if="options"
|
||||
class="p-2"
|
||||
class="rt-content px-3 py-2"
|
||||
v-html="options.value"
|
||||
/>
|
||||
</template>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user