* Modified the way text overruns are displayed in flowcart.

This commit is contained in:
tianshujie
2022-11-10 08:20:05 +08:00
parent d60d0cbb6d
commit e3ea28a384
+1 -1
View File
@@ -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;}
</style>