mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 18:14:17 +00:00
ensure very long filenames wrap on the edit bitstream page and the edit bitstream tab on edit item
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-12">
|
||||
<h1 class="h2">{{dsoNameService.getName(bitstreamRD?.payload)}} <span class="text-muted">({{bitstreamRD?.payload?.sizeBytes | dsFileSize}})</span></h1>
|
||||
<h1 class="h2 dont-break-out">{{dsoNameService.getName(bitstreamRD?.payload)}} <span class="text-muted">({{bitstreamRD?.payload?.sizeBytes | dsFileSize}})</span></h1>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@@ -84,7 +84,7 @@
|
||||
<i class="fas fa-grip-vertical fa-fw"
|
||||
[title]="'item.edit.bitstreams.edit.buttons.drag' | translate"></i>
|
||||
</div>
|
||||
{{ entry.name }}
|
||||
<span class="dont-break-out">{{ entry.name }}</span>
|
||||
</th>
|
||||
<td class="row-element {{ columnSizes.columns[1].buildClasses() }}"
|
||||
headers="{{ entry.nameStripped }} {{ bundleName }} description">
|
||||
|
Reference in New Issue
Block a user