fix: closes #12957, don't overflow thumbs modal if filename is too long

This commit is contained in:
Barış Soner Uşaklı
2024-12-08 17:53:48 -05:00
parent 3a7e9733a4
commit c8a38667bb

View File

@@ -9,7 +9,7 @@
</div>
<div class="flex-grow-1 ms-3">
<p>
<code>{./name}</code>
<code style="word-break: break-all;">{./name}</code>
</p>
<button class="btn btn-danger btn-sm text-nowrap" data-action="remove"><i class="fa fa-times"></i> [[modules:thumbs.modal.remove]]</button>
</div>