mirror of
https://github.com/bitwarden/browser
synced 2025-12-14 23:33:31 +00:00
do not allow wrapping on choose file button (#10025)
This commit is contained in:
@@ -47,7 +47,13 @@
|
||||
(change)="onFileChange($event)"
|
||||
/>
|
||||
<div class="tw-flex tw-gap-2 tw-items-center" aria-hidden="true">
|
||||
<button bitButton buttonType="secondary" type="button" (click)="fileInput.click()">
|
||||
<button
|
||||
bitButton
|
||||
buttonType="secondary"
|
||||
type="button"
|
||||
(click)="fileInput.click()"
|
||||
class="tw-whitespace-nowrap"
|
||||
>
|
||||
{{ "chooseFile" | i18n }}
|
||||
</button>
|
||||
<p bitTypography="body2" class="tw-text-muted tw-mb-0">
|
||||
|
||||
Reference in New Issue
Block a user