Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit403f1c3

Browse files
authored
fix: add bottom padding back (#18476)
This PR removed the bottom padding from the dashboard layout causing tobottom areas of some workspaces and templates page to appear too closeto the footer.#17981For now, this fix adds back the bottom padding until a morecomprehensive fix can be done for workspace and templates pages.<img width="1164" alt="Screenshot 2025-06-20 at 18 00 55"src="https://github.com/user-attachments/assets/fa1d703b-aa9d-4835-a3f9-16cdf21efa2c"/><img width="1005" alt="Screenshot 2025-06-20 at 18 01 12"src="https://github.com/user-attachments/assets/d247948b-8286-41f8-be9f-404f5d28fc73"/><img width="732" alt="Screenshot 2025-06-20 at 18 02 31"src="https://github.com/user-attachments/assets/aa361491-5316-4468-bc47-59a63a3328ec"/>
1 parent31d0c6f commit403f1c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎site/src/modules/dashboard/DashboardLayout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export const DashboardLayout: FC = () => {
2626
<divclassName="flex flex-col min-h-full">
2727
<Navbar/>
2828

29-
<divclassName="flex flex-col flex-1">
29+
<divclassName="flex flex-col flex-1 pb-12">
3030
<Suspensefallback={<Loader/>}>
3131
<Outlet/>
3232
</Suspense>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp