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 ec11d78 commit 393f77eCopy full SHA for 393f77e
src/renderer/extensions/vueNodes/widgets/components/WidgetMarkdown.vue
@@ -1,11 +1,11 @@
1
<template>
2
<div
3
- class="widget-markdown relative w-full cursor-text"
+ class="widget-expands widget-markdown relative w-full cursor-text"
4
@click="startEditing"
5
>
6
<!-- Display mode: Rendered markdown -->
7
8
- class="comfy-markdown-content lod-toggle min-h-[60px] w-full overflow-y-auto rounded-lg px-4 py-2 text-sm hover:bg-[var(--p-content-hover-background)]"
+ class="comfy-markdown-content lod-toggle h-full min-h-[60px] w-full overflow-y-auto rounded-lg px-4 py-2 text-sm hover:bg-[var(--p-content-hover-background)]"
9
:class="isEditing === false ? 'visible' : 'invisible'"
10
v-html="renderedHtml"
11
/>
0 commit comments