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:
parent
4066022e18
commit
ecb0d1e2f3
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user