Skip to content

Commit 2addb57

Browse files
committed
chore: fix auth layout issue
1 parent a709793 commit 2addb57

4 files changed

Lines changed: 21 additions & 12 deletions

File tree

apps/admin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
"eslint-plugin-drizzle": "^0.2.3",
118118
"postcss": "^8.4.39",
119119
"raw-loader": "^4.0.2",
120-
"tailwindcss": "^4.0.14",
120+
"tailwindcss": "^4.1.16",
121121
"tailwindcss-animate": "^1.0.7",
122122
"typescript": "^5.9.2"
123123
},

apps/admin/src/app/auth/[path]/page.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ export default async function AuthPage({
4141
</div>
4242
}
4343
className="w-full border shadow-lg p-8"
44+
//! the width part for the separator or continue with was having issues
45+
classNames={{
46+
separator: "data-[orientation=horizontal]:!w-auto",
47+
}}
4448
/>
4549
</div>
4650
</main>

packages/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@types/node": "^24.3.0",
2929
"@types/react": "^19.1.9",
3030
"@types/react-dom": "^19.1.7",
31-
"tailwindcss": "^4.0.8",
31+
"tailwindcss": "^4.1.16",
3232
"typescript": "5.9.2"
3333
},
3434
"dependencies": {

pnpm-lock.yaml

Lines changed: 15 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)