From 1cf3ed6307bce0186da45cced78a04ffdf4e7ee4 Mon Sep 17 00:00:00 2001 From: Andy Chen <44120813+achen5671@users.noreply.github.com> Date: Wed, 7 Aug 2024 07:19:04 -0400 Subject: [PATCH] center and elipse long text (#10895) --- .../editor/panels/Properties/elementList/index.tsx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/packages/ui/src/components/editor/panels/Properties/elementList/index.tsx b/packages/ui/src/components/editor/panels/Properties/elementList/index.tsx index c8adf74ff7..b8260493b6 100644 --- a/packages/ui/src/components/editor/panels/Properties/elementList/index.tsx +++ b/packages/ui/src/components/editor/panels/Properties/elementList/index.tsx @@ -130,13 +130,15 @@ const SceneElementListItem = ({ return ( ) }