mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Cloudwatch Variable Editor: Adjust width in new form styling (#80387)
This commit is contained in:
@@ -114,7 +114,7 @@ export const VariableQueryEditor = ({ query, datasource, onChange }: Props) => {
|
||||
VariableQueryType.DimensionValues,
|
||||
].includes(parsedQuery.queryType);
|
||||
return (
|
||||
<>
|
||||
<div className={newFormStylingEnabled ? 'width-15' : ''}>
|
||||
<VariableQueryField
|
||||
value={parsedQuery.queryType}
|
||||
options={queryTypes}
|
||||
@@ -333,6 +333,6 @@ export const VariableQueryEditor = ({ query, datasource, onChange }: Props) => {
|
||||
newFormStylingEnabled={newFormStylingEnabled}
|
||||
/>
|
||||
)}
|
||||
</>
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user