fix: text overlapped on zh-tw locale (#2192)

This commit is contained in:
Kurt
2022-10-15 14:19:33 +08:00
committed by GitHub
parent 54cc291978
commit bb56e3bb7b
+1
View File
@@ -170,6 +170,7 @@ const renderStatsCard = (stats = {}, options = { hide: [] }) => {
"pl",
"de",
"nl",
"zh-tw",
];
const isLongLocale = longLocales.includes(locale) === true;