diff --git a/scripts/apps/search/components/ListItemInfo.tsx b/scripts/apps/search/components/ListItemInfo.tsx index cadc199cc0..fa589c5058 100644 --- a/scripts/apps/search/components/ListItemInfo.tsx +++ b/scripts/apps/search/components/ListItemInfo.tsx @@ -54,7 +54,7 @@ export class ListItemInfo extends React.PureComponent { className = classNames('item-info', {'item-info-reduced-rowheight': this.props.singleLine}); listItems = React.createElement( 'div', - {style: {flexGrow: 1, flexDirection: 'column', overflow: 'hidden'}}, + {style: {flexGrow: 1, flexDirection: 'column', overflow: 'hidden'}, dir: "rtl"}, renderArea('firstLine', angular.extend({ singleLine: this.props.singleLine, }, this.props), {className: 'line'}, this.props.customRender),