mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[ML] Fixing error bar position in advanced job page (#21336)
* [ML] Fixing error bar position in advanced job page * renaming class
This commit is contained in:
parent
80a83f5b46
commit
9be216d166
2 changed files with 5 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<ml-nav-menu name="new_job_advanced"></ml-nav-menu>
|
||||
<ml-new-job class="euiPage euiPage--widthIsNotRestricted">
|
||||
<ml-new-job class="ml-new-job euiPage euiPage--widthIsNotRestricted">
|
||||
<ml-message-bar></ml-message-bar>
|
||||
<div ng-controller="MlNewJob" class="euiPageBody">
|
||||
<div class="euiPanel euiPanel--paddingLarge euiPageContent">
|
||||
|
|
|
@ -2,6 +2,10 @@
|
|||
@import (reference) '~ui/styles/variables/colors';
|
||||
@import (reference) "~ui/styles/variables";
|
||||
|
||||
.ml-new-job {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.detector {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue