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 e724982 commit f6705f5Copy full SHA for f6705f5
1 file changed
resources/js/components/assets/Browser/Browser.vue
@@ -10,7 +10,7 @@
10
@error="uploadError"
11
v-slot="{ dragging }"
12
>
13
- <div>
+ <div class="pb-1">
14
<div class="drag-notification" v-show="dragging">
15
<Icon name="upload-cloud-large" class="m-4 size-13" />
16
<span>{{ __('Drop File to Upload') }}</span>
0 commit comments