Skip to content

Commit bd95446

Browse files
authored
Merge pull request DSpace#5222 from dataquest-dev/fix_bitstream_text_overflow_7_x
[Port dspace-7_x] Fix: Full item view - bitstreams continuous text overflow in full file section
2 parents e1c79aa + 8438cc4 commit bd95446

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)