Skip to content

Commit

Permalink
fix: text overlapped on zh-tw locale (anuraghazra#2192)
Browse files Browse the repository at this point in the history
  • Loading branch information
kurt-liao authored and devantler committed May 1, 2023
1 parent 0692877 commit cd6cfc8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cards/stats-card.js
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ const renderStatsCard = (stats = {}, options = { hide: [] }) => {
"pl",
"de",
"nl",
"zh-tw",
];
const isLongLocale = longLocales.includes(locale) === true;

Expand Down

0 comments on commit cd6cfc8

Please sign in to comment.