Commit 3f47b58a by heheer Committed by GitHub

fix: tool select modal item width (#5952)

parent 64759b86
...@@ -413,7 +413,7 @@ const RenderList = React.memo(function RenderList({ ...@@ -413,7 +413,7 @@ const RenderList = React.memo(function RenderList({
color={'myGray.900'} color={'myGray.900'}
fontWeight={'500'} fontWeight={'500'}
fontSize={'sm'} fontSize={'sm'}
maxW={'200px'} maxW={'180px'}
whiteSpace={'nowrap'} whiteSpace={'nowrap'}
overflow={'hidden'} overflow={'hidden'}
textOverflow={'ellipsis'} textOverflow={'ellipsis'}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment