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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -170,6 +170,7 @@ const renderStatsCard = (stats = {}, options = { hide: [] }) => {
"pl",
"de",
"nl",
"zh-tw",
];
const isLongLocale = longLocales.includes(locale) === true;