Skip to content

Commit

Permalink
[ML] Fixing broken label style in advanced wizard (elastic#30847) (el…
Browse files Browse the repository at this point in the history
  • Loading branch information
jgowdyelastic authored Feb 14, 2019
1 parent fc16e46 commit 76d8e18
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions x-pack/plugins/ml/public/_hacks.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@
background-color: $euiColorEmptyShade;
}

.tab-jobs {
label {
display: inline-block;
}

.validation-error {
margin-top: $euiSizeXS;
}
}

// ML specific bootstrap hacks
.button-wrapper {
display: inline;
Expand Down

0 comments on commit 76d8e18

Please sign in to comment.