From e3ea28a384479b6f6c2bc5892ebb026cedd2abaa Mon Sep 17 00:00:00 2001 From: tianshujie Date: Thu, 10 Nov 2022 08:20:05 +0800 Subject: [PATCH] * Modified the way text overruns are displayed in flowcart. --- module/block/view/flowchart.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/block/view/flowchart.html.php b/module/block/view/flowchart.html.php index 031dfbb2d4..157cd63397 100644 --- a/module/block/view/flowchart.html.php +++ b/module/block/view/flowchart.html.php @@ -46,5 +46,5 @@ .block-sm .row-3 .flow-item-1, .block-sm .row-3 .flow-item-3 {width: 25%} .block-sm .flow-item > div:after {right: -6px;} -.flow-item-display {overflow: hidden; white-space:nowrap; text-overflow: ellipsis;} +.flow-item-display {overflow: hidden; white-space:nowrap; text-overflow: clip;}