mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Loki: Fix vertical alignment issue in label selector (#18943)
- upgraded rc-cascader (did not fix the alignment issue) - Safari seems to default to middle alignment, added override to explore styles - added empty expand icon property to satisfy API after upgrade
This commit is contained in:
@@ -165,6 +165,7 @@ export class LokiQueryFieldForm extends React.PureComponent<LokiQueryFieldFormPr
|
||||
options={logLabelOptions}
|
||||
onChange={this.onChangeLogLabels}
|
||||
loadData={onLoadOptions}
|
||||
expandIcon={null}
|
||||
onPopupVisibleChange={(isVisible: boolean) => {
|
||||
if (isVisible && onLabelsRefresh) {
|
||||
onLabelsRefresh();
|
||||
|
||||
Reference in New Issue
Block a user