Skip to content

Commit 3f47b58

Browse files
authored
fix: tool select modal item width (#5952)
1 parent 64759b8 commit 3f47b58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/app/src/pageComponents/app/detail/SimpleApp/components/ToolSelectModal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ const RenderList = React.memo(function RenderList({
413413
color={'myGray.900'}
414414
fontWeight={'500'}
415415
fontSize={'sm'}
416-
maxW={'200px'}
416+
maxW={'180px'}
417417
whiteSpace={'nowrap'}
418418
overflow={'hidden'}
419419
textOverflow={'ellipsis'}

0 commit comments

Comments
 (0)