mirror of
https://github.com/grafana/grafana.git
synced 2025-01-27 16:57:14 -06:00
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:
parent
ae72742b76
commit
86a1fe578a
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user