Skip to content

Commit

Permalink
i18n: Sites dashboard - fix capitalization in tabs list (#97613)
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskmnds authored Dec 19, 2024
1 parent b44d4ea commit 170d272
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/sites/components/dotcom-style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@
font-size: rem(13px);
line-height: 20px;
color: var(--studio-gray-50);
text-transform: capitalize;
text-transform: initial;
}
}

Expand Down

0 comments on commit 170d272

Please sign in to comment.