Fix Query Editor Row horizontal overflow (#39419)

This commit is contained in:
Giordano Ricci 2021-09-21 09:14:41 +01:00 committed by GitHub
parent 5ce5571c73
commit 42b1fa0f62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -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 {

View File

@ -142,6 +142,7 @@
flex: 1 1 auto;
flex-direction: column;
height: 100vh;
width: 100%;
}
.explore.explore-live {