Logs: Fix misalignment of LogRows (#59279)

* add default display flex

* changed to `text-align: left`
This commit is contained in:
Sven Grossmann 2022-11-24 13:21:55 +01:00 committed by GitHub
parent 2d7fcea8fa
commit 400ada1ad0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -47,7 +47,7 @@ const getStyles = (theme: GrafanaTheme2, showContextButton: boolean, isInDashboa
display: inherit;
`,
horizontalScroll: css`
label: verticalScroll;
label: horizontalScroll;
white-space: pre;
`,
contextNewline: css`

View File

@ -124,6 +124,7 @@ export const getLogRowStyles = (theme: GrafanaTheme2, logLevel?: LogLevel) => {
white-space: pre-wrap;
word-break: break-all;
width: 100%;
text-align: left;
`,
//Log details specific CSS
logDetailsContainer: css`