Skip to content

Commit b7123cd

Browse files
authored
Fixed a content reflow issue on slower connection in profile info form. (#929)
1 parent 05c4c03 commit b7123cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stubs/livewire/resources/views/profile/update-profile-information-form.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
</div>
3333

3434
<!-- New Profile Photo Preview -->
35-
<div class="mt-2" x-show="photoPreview">
35+
<div class="mt-2" x-show="photoPreview" style="display: none;">
3636
<span class="block rounded-full w-20 h-20 bg-cover bg-no-repeat bg-center"
3737
x-bind:style="'background-image: url(\'' + photoPreview + '\');'">
3838
</span>

0 commit comments

Comments
 (0)