aboutsummaryrefslogtreecommitdiffstats
path: root/ui/src/pages/Runbooks.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'ui/src/pages/Runbooks.tsx')
-rw-r--r--ui/src/pages/Runbooks.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/src/pages/Runbooks.tsx b/ui/src/pages/Runbooks.tsx
index 71887310..4237e065 100644
--- a/ui/src/pages/Runbooks.tsx
+++ b/ui/src/pages/Runbooks.tsx
@@ -2,7 +2,7 @@ import Editor from "@/components/runbooks/editor/Editor";
export default function Runbooks() {
return (
- <div className="pl-60 p-4 ">
+ <div className="w-full flex-1 flex-col p-4">
<Editor />
</div>
);