do not allow wrapping on choose file button (#10025)
This commit is contained in:
parent
f9b623b37c
commit
830c1297f2
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue