Fix: apply nowrap to tab title to avoid line break (#7611)

fangzheng committed Feb 7, 2026 at 00:38 UTC df5ee7524e202546db592bac3e34be849ce04bed
2 files changed +2
public/styles/style-bootstrap.css
+1
@@ -399,6 +399,7 @@ body {
399 width: 100px;
400 height: 24px;
401 cursor: pointer;
402 + white-space: nowrap;
403 }
404
405 .nonenglish .topbar_td {
public/styles/style.css
+1
@@ -240,6 +240,7 @@ body {
240 width: 100px;
241 height: 24px;
242 cursor: pointer;
243 + white-space: nowrap;
244 }
245
246 .nonenglish .topbar_td {