Mermaid node text display is incomplete


flowchart LR

a[display multiple texts]


The text displayed at the end of each Mermaid node is clearly obscured, which seriously detracts from the visual experience.

Hi @Transon , fellow user here.

I don’t see what you see with even very long text. The text shows completely or wraps naturally.

Is it possible your theme is not rendering Mermaid diagrams correctly? Perhaps you could try turning off the theme and all CSS snippets to see if one of them is the culprit.

```mermaid
flowchart LR 
a[display multiple texts]
b[display a lot of text, so much that it won't fit in a box and needs to wrap]
```

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.