Skip to content

Commit

Permalink
CLDR-17462 right align status cell, use nbsp
Browse files Browse the repository at this point in the history
  • Loading branch information
srl295 committed May 30, 2024
1 parent e39d2b8 commit e0a503e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions tools/cldr-apps/js/src/esm/cldrTable.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -684,6 +684,7 @@ function getStatusIcon(statusClass) {
case "inherited-unconfirmed":
return (
cldrText.get(`status_inherited`) +
"\u202F" +
getStatusIcon(statusClass.split("-")[1])
);
default:
Expand Down
2 changes: 1 addition & 1 deletion tools/cldr-apps/src/main/webapp/surveytool.css
Original file line number Diff line number Diff line change
Expand Up @@ -2376,7 +2376,7 @@ span.pathChunk:after
}

.statuscell {
text-align: center;
text-align: right;
font-family: emoji !important;
font-variant-emoji: emoji;
}
Expand Down

0 comments on commit e0a503e

Please sign in to comment.