| commit | bc47f9f1fdd718ca7604b67405e6b6d1fd6abfd0 | [log] [tgz] |
|---|---|---|
| author | gio <gio@v1.dodo.cloud> | Mon May 12 08:31:07 2025 +0000 |
| committer | gio <gio@v1.dodo.cloud> | Mon May 12 11:46:57 2025 +0000 |
| tree | c8b25377562bbf9c0694f4deaaa1421e844393e3 | |
| parent | 0b4002c49fd2a2d696d549cb2b71af6e46accda5 [diff] [blame] |
Canvas: Fix layout, get rid of scroll bars Change-Id: I3244784ee741e93565190e538472723ffadfb754
diff --git a/apps/canvas/front/src/Integrations.tsx b/apps/canvas/front/src/Integrations.tsx index eb68a2a..436c1e8 100644 --- a/apps/canvas/front/src/Integrations.tsx +++ b/apps/canvas/front/src/Integrations.tsx
@@ -70,7 +70,7 @@ }; return ( - <div className="px-5 space-y-6"> + <div className="px-4 py-1 space-y-6"> <div> <div className="flex items-center space-x-2"> <Checkbox checked={!!githubService} disabled />