Skip to content

Commit

Permalink
ui: update job description capitalization
Browse files Browse the repository at this point in the history
Changed job description capitalization to only first letter.

Epic: none

Release note: none
  • Loading branch information
kev-cao committed May 6, 2024
1 parent 6951ba0 commit 67a359b
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 67a359b

Please sign in to comment.