Skip to content

Commit d7f64d6

Browse files
authored
Merge pull request #1438 from mspalti/iiif-bitstream-edit
Edit IIIF bitstream metadata
2 parents 7777fa6 + ac716c4 commit d7f64d6

File tree

5 files changed

+659
-145
lines changed

5 files changed

+659
-145
lines changed

src/app/bitstream-page/edit-bitstream-page/edit-bitstream-page.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ <h3>{{bitstreamRD?.payload?.name}} <span class="text-muted">({{bitstreamRD?.payl
1212
</div>
1313
</div>
1414
</div>
15-
<ds-form [formId]="'edit-bitstream-form-id'"
15+
<ds-form *ngIf="formGroup" [formId]="'edit-bitstream-form-id'"
1616
[formGroup]="formGroup"
1717
[formModel]="formModel"
1818
[formLayout]="formLayout"

src/app/bitstream-page/edit-bitstream-page/edit-bitstream-page.component.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,7 @@
66
}
77
}
88
}
9+
:host ::ng-deep ds-dynamic-form-control-container > div > label {
10+
margin-top: 1.75rem;
11+
}
12+

0 commit comments

Comments
 (0)