web/flow: fix layout for context in flow inspector

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
Jens Langhammer 2023-02-13 10:39:14 +01:00
parent be42e5562d
commit 6a25cf6c5d
No known key found for this signature in database
1 changed files with 5 additions and 0 deletions

View File

@ -43,6 +43,11 @@ export class FlowInspector extends AKElement {
code.break {
word-break: break-all;
}
pre {
word-break: break-all;
overflow-x: hidden;
white-space: break-spaces;
}
`,
];
}