diff --git a/frontend/src/pages/SimulationFormPage.tsx b/frontend/src/pages/SimulationFormPage.tsx index b6db536..2d97649 100644 --- a/frontend/src/pages/SimulationFormPage.tsx +++ b/frontend/src/pages/SimulationFormPage.tsx @@ -257,7 +257,7 @@ export function SimulationFormPage(): JSX.Element { updateMutation.isPending || transitionMutation.isPending || deleteMutation.isPending; return ( -
+
@@ -298,140 +298,143 @@ export function SimulationFormPage(): JSX.Element {
)} - {/* Red Team card */} -
e.preventDefault()} - noValidate - className="card-product flex flex-col gap-md" - > -

Red Team

+ {/* 2-column grid: RT left, SOC right. Stacks vertically below lg. */} +
+ {/* Red Team card */} + e.preventDefault()} + noValidate + className="card-product flex flex-col gap-md" + > +

Red Team

- - setRt({ ...rt, name: e.target.value })} - disabled={rtDisabled} - required - /> - + + setRt({ ...rt, name: e.target.value })} + disabled={rtDisabled} + required + /> + -
- MITRE Techniques & Tactics - -
+
+ MITRE Techniques & Tactics + +
- -