diff --git a/public/app/features/logs/components/LogRowMessage.tsx b/public/app/features/logs/components/LogRowMessage.tsx index c32f651bcae..66355e5c4c2 100644 --- a/public/app/features/logs/components/LogRowMessage.tsx +++ b/public/app/features/logs/components/LogRowMessage.tsx @@ -90,16 +90,15 @@ export class LogRowMessage extends PureComponent { - e.stopPropagation()} - > + e.stopPropagation()}> {shouldShowContextToggle && ( - - - + )} navigator.clipboard.writeText(restructuredEntry)} /> diff --git a/public/app/features/logs/components/getLogRowStyles.ts b/public/app/features/logs/components/getLogRowStyles.ts index 18869f02a43..0cee5f0d7ef 100644 --- a/public/app/features/logs/components/getLogRowStyles.ts +++ b/public/app/features/logs/components/getLogRowStyles.ts @@ -230,16 +230,12 @@ export const getLogRowStyles = memoizeOne((theme: GrafanaTheme2) => { position: absolute; top: 0; bottom: auto; - height: ${theme.spacing(4.5)}; background: ${theme.colors.background.primary}; box-shadow: ${theme.shadows.z3}; - padding: ${theme.spacing(0, 0, 0, 0.5)}; + padding: ${theme.spacing(0.5, 0.5, 0.5, 1)}; z-index: 100; visibility: hidden; - width: ${theme.spacing(5)}; - `, - rowMenuWithContextButton: css` - width: ${theme.spacing(10)}; + gap: ${theme.spacing(0.5)}; `, logRowMenuCell: css` position: sticky;