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

Commit6606d8b

Browse files
authored
fix: add bottom padding to workspace page (#19643)
Before:<img width="2874" height="142" alt="CleanShot 2025-08-29 at 11 58 56@2x"src="https://github.com/user-attachments/assets/4e270397-d0d5-40b7-aac4-f00b7f842fda"/>After:<img width="3104" height="228" alt="CleanShot 2025-08-29 at 11 59 14@2x"src="https://github.com/user-attachments/assets/106ccaf1-2615-4354-8b1d-3e68fc73b218"/>
1 parentf571730 commit6606d8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎site/src/pages/WorkspacesPage/WorkspacesPageView.tsx‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ export const WorkspacesPageView: FC<WorkspacesPageViewProps> = ({
9898
constpageNumberIsInvalid=page!==1&&workspaces?.length===0;
9999

100100
return(
101-
<Margins>
101+
<MarginsclassName="pb-12">
102102
<PageHeader
103103
actions={
104104
<WorkspacesButton

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp