Skip to content

Commit

Permalink
[ML] change the legend alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
darnautov committed Oct 6, 2020
1 parent d30b08e commit f3c7a94
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/plugins/ml/public/application/explorer/_explorer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,10 @@ $borderRadius: $euiBorderRadius / 2;
}

.echLegendList {
margin-left: 170px !important;
display: flex !important;
justify-content: space-between !important;
flex-wrap: nowrap;
position: absolute;
right: 0;
}
}

0 comments on commit f3c7a94

Please sign in to comment.