diff --git a/web/templates/page.html b/web/templates/page.html index 749f1fc4203..4483900b6dc 100644 --- a/web/templates/page.html +++ b/web/templates/page.html @@ -312,6 +312,7 @@ display: flex; flex-direction: column; flex-grow: 1; + min-width: 0; } .file-info-row { @@ -340,6 +341,12 @@ justify-content: center; width: 40px; } + + .file-name { + word-break: break-word; + max-width: 100%; + overflow-wrap: break-word; + } @@ -372,10 +379,20 @@

Enter PIN