Skip to content

Commit 6161083

Browse files
authored
Merge pull request DSpace#4990 from dataquest-dev/fix_bitstream_text_overflow
Fix: Full item view - bitstreams continuous text overflow in full file section
2 parents 2a507e9 + 02780d5 commit 6161083

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
@@ -14,7 +14,7 @@ <h3 class="h5 simple-view-element-header">
1414
<ds-thumbnail [thumbnail]="(file.thumbnail | async)?.payload"></ds-thumbnail>
1515
</div>
1616
<div class="col-7">
17-
<dl class="row">
17+
<dl class="row dont-break-out">
1818
<dt class="col-md-4">
1919
{{ "item.page.filesection.name" | translate }}
2020
</dt>

0 commit comments

Comments
 (0)