We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 20200b6 + 5eded88 commit 40575ebCopy full SHA for 40575eb
web-client/src/styles/typography.scss
@@ -206,4 +206,4 @@ a:hover {
206
.petitioner-label {
207
font-size: 17px;
208
font-weight: bold;
209
-}
+}
web-client/src/views/CaseDetail/CaseDetailHeader.tsx
@@ -168,7 +168,10 @@ export const CaseDetailHeader = connect<
168
size="1x"
169
/>
170
)}
171
- <CaseLink formattedCase={formattedCaseDetail}>
+ <CaseLink
172
+ className="mobile-text-wrap"
173
+ formattedCase={formattedCaseDetail}
174
+ >
175
Docket Number:{' '}
176
{formattedCaseDetail.docketNumberWithSuffix}
177
</CaseLink>
0 commit comments