Skip to content

Commit

Permalink
hotfix(customerCase): force font-weight on project info item value
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiazom committed Oct 18, 2024
1 parent 7bb5a84 commit 48e438b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
}

.projectInfoItemValue {
font-weight: 300;
font-weight: 300 !important;
white-space: nowrap;
}

Expand Down

0 comments on commit 48e438b

Please sign in to comment.