From a4d96b032e43bea442d4b909668e03afa6be88c8 Mon Sep 17 00:00:00 2001 From: Knut Sveidqvist Date: Fri, 19 Jun 2020 11:01:54 +0200 Subject: [PATCH] Diagram showing sequence diagram with long message text --- cypress/platform/current.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/cypress/platform/current.html b/cypress/platform/current.html index b95b8c19e..344cd7ea7 100644 --- a/cypress/platform/current.html +++ b/cypress/platform/current.html @@ -21,6 +21,12 @@

info below

+sequenceDiagram + Alice->>Bob:Extremely utterly long line of longness which had preivously overflown the actor box as it is much longer than what it should be + Bob->>Alice: I'm short though + +
+
flowchart TB subgraph 1 A --> B;