Skip to content

Commit f6705f5

Browse files
[6.x] Fix asset selector padding (#13737)
Co-authored-by: Jason Varga <jason@pixelfear.com>
1 parent e724982 commit f6705f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

resources/js/components/assets/Browser/Browser.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
@error="uploadError"
1111
v-slot="{ dragging }"
1212
>
13-
<div>
13+
<div class="pb-1">
1414
<div class="drag-notification" v-show="dragging">
1515
<Icon name="upload-cloud-large" class="m-4 size-13" />
1616
<span>{{ __('Drop File to Upload') }}</span>

0 commit comments

Comments
 (0)