From bd13abc6b4a6819e93a887eedf05b602ac863eb0 Mon Sep 17 00:00:00 2001 From: zhouxudong Date: Fri, 1 Apr 2022 10:47:35 +0800 Subject: [PATCH] * Fix bug #13765. --- module/block/view/flowchart.html.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/module/block/view/flowchart.html.php b/module/block/view/flowchart.html.php index dcd80df554..78227f9ab0 100644 --- a/module/block/view/flowchart.html.php +++ b/module/block/view/flowchart.html.php @@ -3,7 +3,7 @@
-
+
@@ -16,6 +16,7 @@ .ie-8 .flow-item > div:before {display: none} .flow-item > div:before {border-left-color: #fff; z-index: 1} .flow-item > div:after {left: auto; right: -10px; z-index: 2} +.flow-item > div > span {display: flow-root; overflow: hidden;} .ie-8 .flow-item > div {margin-right: 10px} .flow-item-0 > div {color: #838A9D; font-weight: bold; padding-left: 0;} .flow-item-0 > div:before {display: none}