Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
amir20 committed Jan 3, 2025
1 parent 3aacddf commit 2e1782a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/components/common/CarouselItem.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<div class="w-full min-w-full flex-shrink-0 snap-start snap-always">
<div class="w-full min-w-full shrink-0 snap-start snap-always">
<slot />
</div>
</template>
Expand Down
2 changes: 1 addition & 1 deletion assets/pages/login.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<div class="card w-96 flex-shrink-0 bg-base-lighter shadow-2xl">
<div class="card w-96 shrink-0 bg-base-lighter shadow-2xl">
<div class="card-body">
<form action="" method="post" @submit.prevent="onLogin" ref="form" class="flex flex-col gap-8">
<label class="form-control w-full">
Expand Down

0 comments on commit 2e1782a

Please sign in to comment.