diff --git a/public/app/features/query/components/QueryEditorRowHeader.tsx b/public/app/features/query/components/QueryEditorRowHeader.tsx index 5cff58352fc..83a3d89b8de 100644 --- a/public/app/features/query/components/QueryEditorRowHeader.tsx +++ b/public/app/features/query/components/QueryEditorRowHeader.tsx @@ -147,6 +147,7 @@ const getStyles = (theme: GrafanaTheme) => { align-items: center; flex-grow: 1; margin-left: ${theme.spacing.xs}; + overflow: hidden; &:hover { .query-name-wrapper { diff --git a/public/sass/pages/_explore.scss b/public/sass/pages/_explore.scss index 7a43cdc82c9..78704925e2d 100644 --- a/public/sass/pages/_explore.scss +++ b/public/sass/pages/_explore.scss @@ -142,6 +142,7 @@ flex: 1 1 auto; flex-direction: column; height: 100vh; + width: 100%; } .explore.explore-live {