mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Logs: Fix misalignment of LogRows (#59279)
* add default display flex * changed to `text-align: left`
This commit is contained in:
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user