We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcb4fe7 commit 4b9524aCopy full SHA for 4b9524a
projects/app/src/pageComponents/app/detail/SimpleApp/components/ToolSelectModal.tsx
@@ -408,17 +408,15 @@ const RenderList = React.memo(function RenderList({
408
borderRadius={'sm'}
409
flexShrink={0}
410
/>
411
- <Box
412
- px={3}
413
- color={'myGray.900'}
414
- fontWeight={'500'}
415
- fontSize={'sm'}
416
- maxW={'180px'}
417
- whiteSpace={'nowrap'}
418
- overflow={'hidden'}
419
- textOverflow={'ellipsis'}
420
- >
421
- {t(parseI18nString(template.name, i18n.language))}
+ <Box flex={'1 0 0'} ml={3}>
+ <Box
+ color={'myGray.900'}
+ fontWeight={'500'}
+ fontSize={'sm'}
+ className="textEllipsis"
+ >
+ {t(parseI18nString(template.name, i18n.language))}
+ </Box>
422
</Box>
423
<Box flex={1} />
424
0 commit comments