fixed filename word-break

This commit is contained in:
Danny Coates 2018-11-05 15:46:49 -08:00
parent 43748295b0
commit 1ef80febcb
No known key found for this signature in database
GPG key ID: 4C442633C62E00CB
4 changed files with 11 additions and 7 deletions

View file

@ -6,7 +6,7 @@ module.exports = function(name, url) {
return html`
<div class="flex flex-col items-center text-center p-4 max-w-sm">
<h1 class="font-bold my-4">${state.translate('notifyUploadDone')}</h1>
<p class="font-normal leading-normal text-grey-darker">${state.translate(
<p class="font-normal leading-normal text-grey-darker word-break-all">${state.translate(
'copyUrlFormLabelWithName',
{ filename: name }
)}</p>