overflow improvements

This commit is contained in:
dcore94 2024-04-17 17:12:30 +02:00
parent 4173ee650c
commit e8c71ecb55
1 changed files with 1 additions and 1 deletions

View File

@ -601,7 +601,7 @@ class CCPRemoteFileInputWidgetController extends CCPBaseInputWidgetController {
</div>
<small class="text-muted m-0">Select an item or drag and drop it to a proper input</small>
</div>
<div style="min-width:350px; max-width:500px;overflow-x:hidden;text-wrap:nowrap;text-overflow: ellipsis;min-height:5rem; max-height:10rem;">
<div style="min-width:350px; max-width:500px;overflow:auto;etxt-wrap:nowrap;text-overflow: ellipsis;min-height:5rem; max-height:10rem;">
<d4s-storage-tree
base-url="${addresses[iss]}"
file-download-enabled="true"