We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9148902 commit fc1ab1fCopy full SHA for fc1ab1f
packages/vue/src/file-upload/src/mobile-first.vue
@@ -348,7 +348,7 @@ export default defineComponent({
348
<span class="ml-2">{t('ui.fileUpload.uploadFile')}</span>
349
</div>
350
</tiny-button>
351
- <icon-plus-circle custom-class="sm:hidden w-5 h-5" />
+ <icon-plus-circle custom-class="sm:hidden w-5 h-5 absolute top-0.5 right-5" />
352
353
)
354
} else if (listType === 'drag-single') {
0 commit comments