1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-23 03:22:50 +02:00

add padding to new organization input (#11090)

This commit is contained in:
Jordan Aasen 2024-09-20 08:49:27 -07:00 committed by GitHub
parent 972339be83
commit ea025b9026
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,7 +11,7 @@
<form [formGroup]="selfHostedForm" [bitSubmit]="submit"> <form [formGroup]="selfHostedForm" [bitSubmit]="submit">
<bit-form-field> <bit-form-field>
<bit-label>{{ "licenseFile" | i18n }}</bit-label> <bit-label>{{ "licenseFile" | i18n }}</bit-label>
<div> <div class="tw-pt-2 tw-pb-1">
<button bitButton type="button" buttonType="secondary" (click)="fileSelector.click()"> <button bitButton type="button" buttonType="secondary" (click)="fileSelector.click()">
{{ "chooseFile" | i18n }} {{ "chooseFile" | i18n }}
</button> </button>