Skip to content

Commit

Permalink
Merge pull request #5610 from flexion/10549-design-debt
Browse files Browse the repository at this point in the history
10549- Fix long docket number cut off
  • Loading branch information
jimlerza authored Dec 24, 2024
2 parents 20200b6 + 5eded88 commit 40575eb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion web-client/src/styles/typography.scss
Original file line number Diff line number Diff line change
Expand Up @@ -206,4 +206,4 @@ a:hover {
.petitioner-label {
font-size: 17px;
font-weight: bold;
}
}
5 changes: 4 additions & 1 deletion web-client/src/views/CaseDetail/CaseDetailHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,10 @@ export const CaseDetailHeader = connect<
size="1x"
/>
)}
<CaseLink formattedCase={formattedCaseDetail}>
<CaseLink
className="mobile-text-wrap"
formattedCase={formattedCaseDetail}
>
Docket Number:{' '}
{formattedCaseDetail.docketNumberWithSuffix}
</CaseLink>
Expand Down

0 comments on commit 40575eb

Please sign in to comment.