mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 07:43:35 +00:00
fixing spacing issues (#16378)
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
<form [formGroup]="formGroup" [bitSubmit]="submit" class="tw-max-w-xl">
|
<form [formGroup]="formGroup" [bitSubmit]="submit" class="tw-max-w-xl">
|
||||||
<bit-form-field>
|
<bit-form-field>
|
||||||
<bit-label>{{ "fileUpload" | i18n }}</bit-label>
|
<bit-label>{{ "fileUpload" | i18n }}</bit-label>
|
||||||
<div class="file-selector">
|
<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