mirror of
https://github.com/bitwarden/browser
synced 2025-12-10 21:33:27 +00:00
Adding break-words to imported filename (#12915)
This commit is contained in:
@@ -409,7 +409,7 @@
|
|||||||
<div [hidden]="showLastPassOptions">
|
<div [hidden]="showLastPassOptions">
|
||||||
<bit-form-field>
|
<bit-form-field>
|
||||||
<bit-label>{{ "selectImportFile" | i18n }}</bit-label>
|
<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()">
|
<button bitButton type="button" buttonType="secondary" (click)="fileSelector.click()">
|
||||||
{{ "chooseFile" | i18n }}
|
{{ "chooseFile" | i18n }}
|
||||||
</button>
|
</button>
|
||||||
|
|||||||
Reference in New Issue
Block a user