Skip to content

Commit

Permalink
[bugfix] querier datasource, editor SHOW METRICS style error
Browse files Browse the repository at this point in the history
**Phenomenon and reproduction steps**

none

**Root cause and solution**

none

**Impactions**

none

**Test method**

none

**Affected branch(es)**

- main

**Checklist**

- [ ] Dependencies update required
- [ ] Common bug (similar problem in other repo)
  • Loading branch information
twou12031 authored and travilyu committed Sep 4, 2024
1 parent 6c5bbe0 commit 8e1f1db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deepflow-querier-datasource/src/QueryEditor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1593,7 +1593,7 @@ export class QueryEditor extends PureComponent<Props> {
width={28}
/>
</InlineField>
<InlineField className="custom-label" label="SHOW METRICS" labelWidth={14}>
<InlineField className="custom-label" label="SHOW METRICS" labelWidth={14.5}>
<div
style={{
display: 'flex',
Expand Down

0 comments on commit 8e1f1db

Please sign in to comment.