From 6abd61f4bc87fdecd2aaabd159e7fbab4d72603d Mon Sep 17 00:00:00 2001 From: Rafael Marmelo Date: Fri, 17 Jun 2022 01:25:51 +0100 Subject: [PATCH] fix(label): propagate the lineOverflow label option --- en/option/partial/text-style.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/en/option/partial/text-style.md b/en/option/partial/text-style.md index bdb23fc4..f1d1427b 100644 --- a/en/option/partial/text-style.md +++ b/en/option/partial/text-style.md @@ -62,6 +62,12 @@ Ellipsis to be displayed when `overflow` is set to `truncate`. + `'truncate'` Truncate the overflow lines. +#${prefix} lineOverflow(string) = 'none' + +Determine how to display the text when it's overflow on height. Available when `overflow` and `height` are set. + ++ `'truncate'` Truncate the overflow lines. + {{ if: !${noRich} }} #${prefix} rich(Object)