1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-11 05:43:41 +00:00

[PM-11439] - add padding to import file input (#10870)

* add padding to import file input

* favor padding over margin

* reduce padding on import input button
This commit is contained in:
Jordan Aasen
2024-09-05 04:24:59 -07:00
committed by GitHub
parent 78c5e9c706
commit a21e4afba8

View File

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