web/flow: fix layout for context in flow inspector
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
parent
be42e5562d
commit
6a25cf6c5d
|
@ -43,6 +43,11 @@ export class FlowInspector extends AKElement {
|
||||||
code.break {
|
code.break {
|
||||||
word-break: break-all;
|
word-break: break-all;
|
||||||
}
|
}
|
||||||
|
pre {
|
||||||
|
word-break: break-all;
|
||||||
|
overflow-x: hidden;
|
||||||
|
white-space: break-spaces;
|
||||||
|
}
|
||||||
`,
|
`,
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Reference in New Issue