Skip to content

Commit

Permalink
[ML] Tweak legend SCSS.
Browse files Browse the repository at this point in the history
  • Loading branch information
walterra committed Jun 15, 2020
1 parent ebcef61 commit 1b37d3f
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,15 @@
}

.mlDataGridChart__legend {
@include euiTextTruncate;
@include euiFontSizeXS;

color: $euiColorMediumShade;
display: block;
overflow-x: hidden;
margin: $euiSizeXS 0px 0px 0px;
text-overflow: ellipsis;
white-space: nowrap;
font-size: 0.75rem;
font-style: italic;
font-weight: normal;
line-height: 1.4;
text-align: left;
}

Expand Down

0 comments on commit 1b37d3f

Please sign in to comment.