mirror of
https://github.com/grafana/grafana.git
synced 2025-02-10 23:55:47 -06:00
Logs: Fix misalignment of LogRows (#59279)
* add default display flex * changed to `text-align: left`
This commit is contained in:
parent
2d7fcea8fa
commit
400ada1ad0
@ -47,7 +47,7 @@ const getStyles = (theme: GrafanaTheme2, showContextButton: boolean, isInDashboa
|
||||
display: inherit;
|
||||
`,
|
||||
horizontalScroll: css`
|
||||
label: verticalScroll;
|
||||
label: horizontalScroll;
|
||||
white-space: pre;
|
||||
`,
|
||||
contextNewline: css`
|
||||
|
@ -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`
|
||||
|
Loading…
Reference in New Issue
Block a user