diff --git a/client/scss/components/_status-tag.scss b/client/scss/components/_status-tag.scss index 7d8dd09f3624..04668865da65 100644 --- a/client/scss/components/_status-tag.scss +++ b/client/scss/components/_status-tag.scss @@ -36,7 +36,7 @@ border: 1px solid theme('colors.text-status-label'); border-radius: theme('borderRadius.xl'); // stylelint-disable-next-line property-disallowed-list - text-transform: capitalize; + text-transform: none; } }