diff --git a/frontend/appflowy_web_app/src/components/publish/outline/OutlineItem.tsx b/frontend/appflowy_web_app/src/components/publish/outline/OutlineItem.tsx index 93f945a1f0..caf71bfb75 100644 --- a/frontend/appflowy_web_app/src/components/publish/outline/OutlineItem.tsx +++ b/frontend/appflowy_web_app/src/components/publish/outline/OutlineItem.tsx @@ -51,10 +51,10 @@ function OutlineItem({ view }: { view: PublishViewInfo }) { notify.error(t('publish.hasNotBeenPublished')); } }} - className={'flex flex-1 cursor-pointer items-center gap-1'} + className={'flex flex-1 cursor-pointer items-center gap-1 overflow-hidden'} >
{renderCrumbIcon(item.icon?.value || String(item.layout))}
-
{item.name}
+
{item.name}