From 4b92ad6a22419d9c8df24e835b70d69c3f17d497 Mon Sep 17 00:00:00 2001 From: Qi <474021214@qq.com> Date: Wed, 15 Feb 2023 22:28:01 +0800 Subject: [PATCH] fix: long text in slide bar not show ellipsis, fixed #980 (#1033) --- apps/web/src/components/workspace-slider-bar/style.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/src/components/workspace-slider-bar/style.ts b/apps/web/src/components/workspace-slider-bar/style.ts index 9990856d24..24d12cbc61 100644 --- a/apps/web/src/components/workspace-slider-bar/style.ts +++ b/apps/web/src/components/workspace-slider-bar/style.ts @@ -120,7 +120,7 @@ export const StyledSubListItem = styled.button<{ active?: boolean; }>(({ theme, disable, active }) => { return { - width: '296px', + width: '100%', height: '32px', marginTop: '4px', color: disable