Skip to content

Commit

Permalink
case view not fully expended
Browse files Browse the repository at this point in the history
  • Loading branch information
MunishSharmaHMCTS committed Dec 18, 2024
1 parent ada884f commit bfb5a86
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hmcts/ccd-case-ui-toolkit",
"version": "7.1.23",
"version": "7.1.23-exui-2551-case-file-view-too-small",
"engines": {
"node": ">=18.19.0"
},
Expand Down
2 changes: 1 addition & 1 deletion projects/ccd-case-ui-toolkit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hmcts/ccd-case-ui-toolkit",
"version": "7.1.23",
"version": "7.1.23-exui-2551-case-file-view-too-small",
"engines": {
"node": ">=18.19.0"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,13 @@ <h3 class="heading-h3">{{tab.label}}</h3>
<tr *ngSwitchCase="true">
<th id="case-viewer-label-header">
<div class="case-viewer-label">{{field.label}}</div>
</th>
<td>
<ccd-field-read [caseField]="field" [caseReference]="caseHistory.case_id"></ccd-field-read>
</td>
</th>
</tr>
<tr *ngSwitchCase="false" class="compound-field">
<td colspan="2">
<th>
<ccd-field-read [caseField]="field" [caseReference]="caseHistory.case_id"></ccd-field-read>
</td>
</th>
</tr>
</ng-container>
</div>
Expand Down

0 comments on commit bfb5a86

Please sign in to comment.