mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
styling fix
This commit is contained in:
@@ -122,7 +122,7 @@ export class AlertRuleItem extends React.Component<AlertRuleItemProps, any> {
|
||||
};
|
||||
|
||||
renderText(text: string, searchArray) {
|
||||
return <Highlighter highlightClassName="highlight" textToHighlight={text} searchWords={searchArray} />;
|
||||
return <Highlighter highlightClassName="textHighlight" textToHighlight={text} searchWords={searchArray} />;
|
||||
}
|
||||
|
||||
render() {
|
||||
|
||||
Reference in New Issue
Block a user