PanelEdit: Hide overflow for query options in small viewports (#93700)

Hide overflow for query options in small viewports
pull/93767/head
Oscar Kilhed 1 year ago committed by GitHub
parent c822feff9e
commit b68d9630fb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      public/app/core/components/QueryOperationRow/QueryOperationRowHeader.tsx

@ -111,6 +111,7 @@ const getStyles = (theme: GrafanaTheme2) => ({
label: Column;
display: flex;
align-items: center;
overflow: hidden;
`,
dragIcon: css`
cursor: grab;

Loading…
Cancel
Save