diff --git a/public/app/features/logs/components/LogRowMessage.tsx b/public/app/features/logs/components/LogRowMessage.tsx index ee34273bdfd..d00382d2123 100644 --- a/public/app/features/logs/components/LogRowMessage.tsx +++ b/public/app/features/logs/components/LogRowMessage.tsx @@ -77,6 +77,16 @@ const getStyles = (theme: GrafanaTheme2, showContextButton: boolean, isInDashboa right: ${isInDashboard ? '40px' : `calc(75px + ${theme.spacing()} + ${showContextButton ? '80px' : '40px'})`}; margin-top: -${theme.spacing(0.125)}; `, + logLine: css` + background-color: transparent; + border: none; + diplay: inline; + font-family: ${theme.typography.fontFamilyMonospace}; + font-size: ${theme.typography.bodySmall.fontSize}; + letter-spacing: ${theme.typography.bodySmall.letterSpacing}; + text-align: left; + padding: 0; + `, }; }; @@ -193,9 +203,9 @@ class UnThemedLogRowMessage extends PureComponent { }} /> )} - + {showRowMenu && (