We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e1fc96 commit f200b39Copy full SHA for f200b39
1 file changed
app/components/CodeViewer.vue
@@ -82,7 +82,7 @@ watch(
82
<!-- Code content -->
83
<div class="code-content flex-1 overflow-x-auto min-w-0">
84
<!-- eslint-disable vue/no-v-html -- HTML is generated server-side by Shiki -->
85
- <div ref="codeRef" class="code-lines" v-html="html" />
+ <div ref="codeRef" class="code-lines w-fit" v-html="html" />
86
<!-- eslint-enable vue/no-v-html -->
87
</div>
88
0 commit comments