1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-10 13:23:34 +00:00

Adding break-words to imported filename (#12915)

This commit is contained in:
MarsCandyBars
2025-01-21 09:47:21 -06:00
committed by GitHub
parent 4066022e18
commit ecb0d1e2f3

View File

@@ -409,7 +409,7 @@
<div [hidden]="showLastPassOptions">
<bit-form-field>
<bit-label>{{ "selectImportFile" | i18n }}</bit-label>
<div class="file-selector tw-pt-2 tw-pb-1">
<div class="file-selector tw-pt-2 tw-pb-1 tw-break-words">
<button bitButton type="button" buttonType="secondary" (click)="fileSelector.click()">
{{ "chooseFile" | i18n }}
</button>