1
0
mirror of https://github.com/bitwarden/browser.git synced 2025-01-21 21:11:35 +01: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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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>