Skip to content

Commit a130994

Browse files
Add class for run tab
1 parent 1a8487a commit a130994

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugin/VCodeBlock.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
<!-- ======================================== Run Tab/Button -->
5959
<div
6060
v-if="runTab && tabs && !isMobile"
61-
class="v-code-block--tab"
61+
class="v-code-block--tab v-code-block--tab-run"
6262
:class="tabClasses"
6363
@click="runCode"
6464
>

0 commit comments

Comments
 (0)