File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ watch(
115115 <!-- Code content -->
116116 <div class =" code-content flex-1 overflow-x-auto min-w-0" >
117117 <!-- 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" />
118+ <div ref =" codeRef" class =" code-lines min-w-full w-fit" v-html =" html" />
119119 <!-- eslint-enable vue/no-v-html -->
120120 </div >
121121 </div >
@@ -157,7 +157,7 @@ watch(
157157
158158/* Highlighted lines in code content - extend full width with negative margin */
159159.code-content :deep(.line.highlighted ) {
160- background : rgb ( 234 179 8 / 0.2 ); /* yellow-500/20 */
160+ @ apply bg- yellow- 500/20;
161161 margin : 0 -1rem ;
162162 padding : 0 1rem ;
163163}
You can’t perform that action at this time.
0 commit comments