From b68d9630fb5267b850372a0bcbf218cfd0b4b8cf Mon Sep 17 00:00:00 2001 From: Oscar Kilhed Date: Wed, 25 Sep 2024 20:08:05 +0200 Subject: [PATCH] PanelEdit: Hide overflow for query options in small viewports (#93700) Hide overflow for query options in small viewports --- .../components/QueryOperationRow/QueryOperationRowHeader.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/public/app/core/components/QueryOperationRow/QueryOperationRowHeader.tsx b/public/app/core/components/QueryOperationRow/QueryOperationRowHeader.tsx index 077614193b19..abd98c649770 100644 --- a/public/app/core/components/QueryOperationRow/QueryOperationRowHeader.tsx +++ b/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;