mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Fix Query Editor Row horizontal overflow (#39419)
This commit is contained in:
parent
5ce5571c73
commit
42b1fa0f62
@ -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 {
|
||||
|
@ -142,6 +142,7 @@
|
||||
flex: 1 1 auto;
|
||||
flex-direction: column;
|
||||
height: 100vh;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.explore.explore-live {
|
||||
|
Loading…
Reference in New Issue
Block a user