From d2624b13a0b49388100b1ccf1e69b8f2314b1034 Mon Sep 17 00:00:00 2001 From: legao <837937787@qq.com> Date: Tue, 26 Mar 2024 09:22:01 +0000 Subject: [PATCH] fix: the issue of text overflow in the NavSelector component (#2976) --- web/app/components/header/nav/nav-selector/index.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/web/app/components/header/nav/nav-selector/index.tsx b/web/app/components/header/nav/nav-selector/index.tsx index f6108661da..5e9242a841 100644 --- a/web/app/components/header/nav/nav-selector/index.tsx +++ b/web/app/components/header/nav/nav-selector/index.tsx @@ -77,7 +77,9 @@ const NavSelector = ({ curNav, navs, createText, onCreate, onLoadmore }: INavSel - {nav.name} +
+ {nav.name} +
))