I use Vim with the mermaid flowchart plugin. The code I'm trying to fix is below.
sequenceDiagram
A ->> B: Hello!
Note right of A: AAAAAAAAAAAA</br>BBBBBBBBBBBCCCCCCCCC
The resulting flowchart is here:
If I use </br>
to align the sentence, the string CCCCC
protrudes from the yellow node box. So, I want to enlarge the yellow node box. How can I do that?