diff --git a/index.html b/index.html index f8754d0..e02b36a 100644 --- a/index.html +++ b/index.html @@ -4,14 +4,7 @@ ' + + '' + '' + '' + '' + @@ -65,7 +65,7 @@ defineDescribe('Sequence Integration', [ renderer.render(sequence); expect(getSimplifiedContent(renderer)).toEqual( - '' + + '' + '' + '' + '' + @@ -92,7 +92,7 @@ defineDescribe('Sequence Integration', [ const content = getSimplifiedContent(renderer); expect(content).toContain( - '' + '' ); // Agent 1 diff --git a/styles/main.css b/styles/main.css index 9f20cbb..de582a2 100644 --- a/styles/main.css +++ b/styles/main.css @@ -58,6 +58,11 @@ html, body { .pane-view-inner { } +.pane-view svg { + width: 100%; + height: 100%; +} + .pane-error { position: absolute; left: 0; diff --git a/test.htm b/test.htm index 0c5e630..f110157 100644 --- a/test.htm +++ b/test.htm @@ -4,14 +4,7 @@