Skip to content

Commit

Permalink
rename one class
Browse files Browse the repository at this point in the history
  • Loading branch information
andreadelrio committed Nov 19, 2019
1 parent 4e4a7cb commit 5b39d0b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export class Unassigned extends React.Component {
const shards = _.sortBy(this.props.shards, 'shard').map(this.createShard);
return (
<td className="monUnassigned" data-test-subj="clusterView-Unassigned">
<EuiFlexGroup wrap className="children">
<EuiFlexGroup wrap className="monChildren">
{shards}
</EuiFlexGroup>
</td>
Expand Down

0 comments on commit 5b39d0b

Please sign in to comment.