mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-27 11:17:01 +02:00
Fix request pane name styling
This commit is contained in:
@@ -57,9 +57,9 @@ export function MarkdownEditor({
|
||||
|
||||
const preview =
|
||||
defaultValue.length === 0 ? (
|
||||
<p className="text-text-subtle">No description</p>
|
||||
<p className="text-text-subtlest">No description</p>
|
||||
) : (
|
||||
<Prose className="max-w-xl overflow-y-auto max-h-full">
|
||||
<Prose className="max-w-xl overflow-y-auto max-h-full [&_*]:cursor-auto [&_*]:select-auto">
|
||||
<Markdown remarkPlugins={[remarkGfm]} components={markdownComponents}>
|
||||
{value}
|
||||
</Markdown>
|
||||
|
||||
Reference in New Issue
Block a user