1
0
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:
cd-bitwarden
2025-09-23 10:44:52 -04:00
committed by GitHub
parent 5c1a1ce6df
commit c57d7955e8

View File

@@ -3,7 +3,7 @@
<form [formGroup]="formGroup" [bitSubmit]="submit" class="tw-max-w-xl">
<bit-form-field>
<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()">
{{ "chooseFile" | i18n }}
</button>