From 6c60eab870026e970a5fee1e064e2ee8ccde476a Mon Sep 17 00:00:00 2001 From: felixkrautschuk Date: Fri, 18 Nov 2022 19:29:05 +0100 Subject: [PATCH] fix(core): ellipsis at the end for Labels with maxLines (#10005) --- apps/toolbox/src/main-page.xml | 3 +- apps/toolbox/src/pages/labels.ts | 10 ++++ apps/toolbox/src/pages/labels.xml | 54 +++++++++++++++++++++ packages/core/ui/text-base/index.android.ts | 1 + packages/core/ui/text-base/index.ios.ts | 1 + 5 files changed, 68 insertions(+), 1 deletion(-) create mode 100644 apps/toolbox/src/pages/labels.ts create mode 100644 apps/toolbox/src/pages/labels.xml diff --git a/apps/toolbox/src/main-page.xml b/apps/toolbox/src/main-page.xml index 010e7fd99..28f53ca08 100644 --- a/apps/toolbox/src/main-page.xml +++ b/apps/toolbox/src/main-page.xml @@ -9,9 +9,10 @@