Skip to content

Commit

Permalink
Merge #123521
Browse files Browse the repository at this point in the history
123521: ui: update job description capitalization r=xinhaoz a=kev-cao

Changed job description capitalization to only first letter.

Epic: none

Release note: none

Co-authored-by: Kevin Cao <kevin.cao@cockroachlabs.com>
  • Loading branch information
craig[bot] and kev-cao committed May 8, 2024
2 parents b56a70a + 67a359b commit 30c8f44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/ui/workspaces/cluster-ui/src/jobs/jobs.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@
}

&__status,
&__running-status {
text-transform: capitalize;
&__running-status:first-letter {
text-transform: uppercase;
}
&__progress {
display: flex;
Expand Down

0 comments on commit 30c8f44

Please sign in to comment.