Is there a way to set the size of diagram (i.e. flow chart) created with mermaid in Gitlab markdown? The default is just too large!
My markdown:
graph TD;
A[User click payment] --> B(Load Payment Gateway) --> C[User pay] --> D(Redirect to site)
Result: