Skip to content

Commit 95c1c64

Browse files
committed
Remove default margin from client
1 parent 2503e59 commit 95c1c64

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pelicanplatform/components",
3-
"version": "1.0.17",
3+
"version": "1.0.18",
44
"homepage": "https://pelicanplatform.org",
55
"repository": {
66
"type": "git",

packages/components/src/AuthenticatedClient/AuthenticatedClient.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ function AuthenticatedClient() {
107107
}}
108108
gap={2}
109109
>
110-
<Box pt={2} display={"flex"} flexDirection={"column"} flexGrow={1}>
110+
<Box display={"flex"} flexDirection={"column"} flexGrow={1}>
111111
{authorized && (
112112
<Box>
113113
<ObjectUpload

0 commit comments

Comments
 (0)