mirror of
https://github.com/bitwarden/browser
synced 2025-12-10 05:13:29 +00:00
Adding break-words to imported filename (#12915)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user