mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-05-10 06:09:14 +08:00
fix: the issue of text overflow in the NavSelector component (#2976)
This commit is contained in:
parent
61f5de9662
commit
d2624b13a0
@ -77,7 +77,9 @@ const NavSelector = ({ curNav, navs, createText, onCreate, onLoadmore }: INavSel
|
|||||||
<Indicator />
|
<Indicator />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{nav.name}
|
<div className='truncate'>
|
||||||
|
{nav.name}
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</Menu.Item>
|
</Menu.Item>
|
||||||
))
|
))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user