diff --git a/src/components/MermaidToExcalidraw.scss b/src/components/MermaidToExcalidraw.scss index 7082330c0..4eb30e348 100644 --- a/src/components/MermaidToExcalidraw.scss +++ b/src/components/MermaidToExcalidraw.scss @@ -9,7 +9,7 @@ font-size: 14px; font-style: normal; font-weight: 600; - margin-bottom: 8px; + margin-bottom: 4px; margin-left: 4px; } diff --git a/src/components/MermaidToExcalidraw.tsx b/src/components/MermaidToExcalidraw.tsx index edd0d046b..f0ae14888 100644 --- a/src/components/MermaidToExcalidraw.tsx +++ b/src/components/MermaidToExcalidraw.tsx @@ -199,11 +199,12 @@ const MermaidToExcalidraw = ({ - Currently only flowcharts are supported. The other types will be - rendered as image in Excalidraw.
- Refer to the{" "} - docs to - get started. + Currently only{" "} + + flowcharts + {" "} + are supported. The other types will be rendered as image in + Excalidraw.
}