Skip to content

Commit 02780d5

Browse files
committed
Add dont-break-out class to file section metadata table to prevent content overflow and alignment issues
1 parent c2258bf commit 02780d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)