Skip to content

Commit 3ae644d

Browse files
committed
Preserve horizontal padding
1 parent 8f4441c commit 3ae644d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/ui/src/components/OrganizationList/OrganizationListPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ export const OrganizationListPageList = (props: { onCreateOrganizationClick: ()
137137
<>
138138
<Header.Root
139139
sx={t => ({
140-
paddingTop: `${t.space.$4}`,
140+
padding: `${t.space.$4} ${t.space.$5} ${t.space.$none}`,
141141
})}
142142
showLogo
143143
>

0 commit comments

Comments
 (0)