mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-30 06:02:00 +02:00
Filesystem Sync (#142)
This commit is contained in:
@@ -64,7 +64,7 @@ export function MarkdownEditor({
|
||||
defaultValue.length === 0 ? (
|
||||
<p className="text-text-subtle">No description</p>
|
||||
) : (
|
||||
<Prose className="max-w-xl">
|
||||
<Prose className="max-w-xl overflow-y-auto max-h-full">
|
||||
<Markdown
|
||||
remarkPlugins={[remarkGfm]}
|
||||
components={{
|
||||
|
||||
Reference in New Issue
Block a user