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 f3403eb commit 40518daCopy full SHA for 40518da
1 file changed
app/components/Code/Viewer.vue
@@ -115,7 +115,7 @@ watch(
115
<!-- Code content -->
116
<div class="code-content flex-1 overflow-x-auto min-w-0">
117
<!-- eslint-disable vue/no-v-html -- HTML is generated server-side by Shiki -->
118
- <div ref="codeRef" class="code-lines w-fit" v-html="html" />
+ <div ref="codeRef" class="code-lines min-w-full w-fit" v-html="html" />
119
<!-- eslint-enable vue/no-v-html -->
120
</div>
121
0 commit comments