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:
David
2019-09-12 15:33:16 +02:00
committed by GitHub
parent dc0bfb26cf
commit 2f9c2f3886
6 changed files with 25 additions and 12 deletions

View File

@@ -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();