File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ const { isDark, toggleTheme } = inject<{
103
103
<NButton type =" primary" :quaternary =" loading" :disabled =" !mdStr.trim()" @click =" rerun" >
104
104
{{ loading ? 'Stop' : 'Rerun' }}
105
105
</NButton >
106
- <NSelect class =" w-52 " :disabled =" loading" :options =" templates" :consistent-menu-width =" false" placeholder =" Select markdown template" clearable @update:value =" onSelectTemplate" />
106
+ <NSelect class =" w-56 " :disabled =" loading" :options =" templates" :consistent-menu-width =" false" placeholder =" Select markdown template" clearable @update:value =" onSelectTemplate" />
107
107
<div >
108
108
<div class =" flex items-center justify-between gap-2" >
109
109
<label class =" text-sm text-neutral-600 dark:text-neutral-400" >Stream speed</label >
You can’t perform that action at this time.
0 commit comments