Skip to content

Commit 8438cc4

Browse files
committed
Add dont-break-out class to file section metadata table to prevent content overflow and alignment issues
1 parent e1c79aa commit 8438cc4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/item-page/full/field-components/file-section/full-file-section.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ <h3 class="h5 simple-view-element-header">{{"item.page.filesection.original.bund
1515
<ds-themed-thumbnail [thumbnail]="(file.thumbnail | async)?.payload"></ds-themed-thumbnail>
1616
</div>
1717
<div class="col-7">
18-
<dl class="row">
18+
<dl class="row dont-break-out">
1919
<dt class="col-md-4">{{"item.page.filesection.name" | translate}}</dt>
2020
<dd class="col-md-8">{{ dsoNameService.getName(file) }}</dd>
2121

0 commit comments

Comments
 (0)