mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-31 19:15:58 +01:00
fix: closes #12957, don't overflow thumbs modal if filename is too long
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user