From f9676b0241bb7ae3a4ae2671e5bdb36ce21d1814 Mon Sep 17 00:00:00 2001 From: Zheyu Zhang Date: Sun, 18 Feb 2024 11:01:47 +0800 Subject: [PATCH] fix: fix control flow ui issue --- website/src/styles/playground/_results.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/src/styles/playground/_results.scss b/website/src/styles/playground/_results.scss index 92e6102e403..4cbd5d77758 100644 --- a/website/src/styles/playground/_results.scss +++ b/website/src/styles/playground/_results.scss @@ -14,7 +14,7 @@ } .mermaid { - display: flex; + overflow: auto; width: 100%; height: 100%; align-items: center;