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 0452a578..6b517553 100644
--- a/ui/src/pages/Runbooks.tsx
+++ b/ui/src/pages/Runbooks.tsx
@@ -6,7 +6,7 @@ export default function Runbooks() {
const currentRunbook = useStore((store) => store.currentRunbook);
return (
- <div className="w-full flex flex-row ">
+ <div className="flex w-full !max-w-full flex-row ">
<List />
{currentRunbook && <Editor />}