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:
@@ -147,6 +147,7 @@ const getStyles = (theme: GrafanaTheme) => {
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
margin-left: ${theme.spacing.xs};
|
margin-left: ${theme.spacing.xs};
|
||||||
|
overflow: hidden;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
.query-name-wrapper {
|
.query-name-wrapper {
|
||||||
|
|||||||
@@ -142,6 +142,7 @@
|
|||||||
flex: 1 1 auto;
|
flex: 1 1 auto;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.explore.explore-live {
|
.explore.explore-live {
|
||||||
|
|||||||
Reference in New Issue
Block a user