Fix reporter text quote issue
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user