diff options
| author | cubemaze <[email protected]> | 2023-05-13 23:23:24 +0800 |
|---|---|---|
| committer | cubemaze <[email protected]> | 2023-05-13 23:23:24 +0800 |
| commit | 41592e9fd55d2540f0c89a5e6c8e47ef64fa0d4c (patch) | |
| tree | be53ded39750584c6cc3485c58c3a49430dbb765 /src/components | |
| parent | 8939dd878e4fd15e760e7e002fce65c4b093f7a8 (diff) | |
chore: connections padding
Diffstat (limited to 'src/components')
| -rw-r--r-- | src/components/Connections.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Connections.tsx b/src/components/Connections.tsx index 80efdfe..2f2bcba 100644 --- a/src/components/Connections.tsx +++ b/src/components/Connections.tsx @@ -271,7 +271,7 @@ function Conn({ apiConfig }) { /> </div> </div> - <div ref={refContainer} style={{ padding: 30, paddingBottom, paddingTop: 0 }}> + <div ref={refContainer} style={{ padding: 30, paddingBottom, paddingTop: 10 }}> <div style={{ height: containerHeight - paddingBottom, |
