mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Fix width for Resample label (#71011)
Fix overflowing width for Resample label
This commit is contained in:
@@ -13,7 +13,7 @@ import { getDefaults } from './utils/expressionTypes';
|
||||
|
||||
type Props = QueryEditorProps<DataSourceApi<ExpressionQuery>, ExpressionQuery>;
|
||||
|
||||
const labelWidth = 14;
|
||||
const labelWidth = 15;
|
||||
|
||||
type NonClassicExpressionType = Exclude<ExpressionQueryType, ExpressionQueryType.classic>;
|
||||
type ExpressionTypeConfigStorage = Partial<Record<NonClassicExpressionType, string>>;
|
||||
|
||||
Reference in New Issue
Block a user