Grafana UI: Fix alignment issue with http method dropdown (#56592)

- Removed custom width prop from the http method Select component to fix the alignment issue for prometheus HTTP request type dropdown
This commit is contained in:
Neel
2022-10-11 18:50:13 +05:30
committed by GitHub
parent ae72742b76
commit 86a1fe578a

View File

@@ -89,7 +89,6 @@ export const PromSettings = (props: Props) => {
options={httpOptions}
value={httpOptions.find((o) => o.value === options.jsonData.httpMethod)}
onChange={onChangeHandler('httpMethod', options, onOptionsChange)}
width={7}
/>
</div>
</div>