mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Query Editor: Hide overflow for long query names (#58840)
hides overflow for long query names
This commit is contained in:
parent
f254a37d35
commit
d9b8b761e9
@ -153,6 +153,7 @@ const getStyles = (theme: GrafanaTheme2) => {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
margin-left: ${theme.spacing(0.5)};
|
||||
overflow: hidden;
|
||||
`,
|
||||
queryNameWrapper: css`
|
||||
display: flex;
|
||||
@ -163,6 +164,7 @@ const getStyles = (theme: GrafanaTheme2) => {
|
||||
padding: 0 0 0 ${theme.spacing(0.5)};
|
||||
margin: 0;
|
||||
background: transparent;
|
||||
overflow: hidden;
|
||||
|
||||
&:hover {
|
||||
background: ${theme.colors.action.hover};
|
||||
@ -214,6 +216,7 @@ const getStyles = (theme: GrafanaTheme2) => {
|
||||
font-style: italic;
|
||||
color: ${theme.colors.text.secondary};
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
`,
|
||||
itemWrapper: css`
|
||||
display: flex;
|
||||
|
Loading…
Reference in New Issue
Block a user