We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4931e6 commit fdb5b96Copy full SHA for fdb5b96
1 file changed
src/views/CVERecord.vue
@@ -48,12 +48,9 @@
48
</button>
49
</div>
50
<div class="message-body pb-0" :class="{'is-hidden': false}" id="cve-id">
51
- <div class="block">
52
- <pre :class="[{'is-hidden': !showRecord}]" v-html="$sanitize(JSON.stringify(this.$store.state.recordData, null, 2))"></pre>
53
- </div>
+ <pre :class="[{'is-hidden': !showRecord}]" v-html="$sanitize(JSON.stringify(this.$store.state.recordData, null, 2))"></pre>
54
55
56
57
</section>
58
<div class="cve-scrollx-table-container">
59
<table class="table is-striped is-hoverable cve-border-dark-blue">
0 commit comments