Skip to content

Commit b2849ec

Browse files
committed
Fixed code formatting
1 parent bd69cf4 commit b2849ec

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

resources/js/packages/ui/src/dialog/DialogContent.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ const forwarded = useForwardPropsEmits(delegatedProps, emits);
2727
<DialogOverlay
2828
class="fixed top-0 left-0 z-50 w-screen h-screen [height:100dvh] backdrop-blur-sm data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0">
2929
<div class="absolute inset-0 bg-default-background opacity-30" />
30-
<div class="absolute inset-0 overflow-y-auto overscroll-contain flex items-start justify-center px-2">
30+
<div
31+
class="absolute inset-0 overflow-y-auto overscroll-contain flex items-start justify-center px-2">
3132
<DialogContent
3233
v-bind="forwarded"
3334
:class="

0 commit comments

Comments
 (0)