[ILM] Fix alignment of the timing field (#71273)

This commit is contained in:
Yulia Čech 2020-07-14 03:10:07 +02:00 committed by GitHub
parent 473806c3c8
commit 56a2437a6c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 3 deletions

View file

@ -179,7 +179,7 @@ export const MinAgeInput = (props) => {
return (
<EuiFlexGroup>
<EuiFlexItem style={{ maxWidth: 188 }}>
<EuiFlexItem style={{ maxWidth: 140 }}>
<ErrableFormRow
id={`${phase}-${PHASE_ROLLOVER_MINIMUM_AGE}`}
label={getTimingLabelForPhase(phase)}
@ -208,7 +208,7 @@ export const MinAgeInput = (props) => {
/>
</ErrableFormRow>
</EuiFlexItem>
<EuiFlexItem style={{ maxWidth: 220 }}>
<EuiFlexItem style={{ maxWidth: 236 }}>
<EuiFormRow hasEmptyLabelSpace>
<EuiSelect
aria-label={getUnitsAriaLabelForPhase(phase)}

View file

@ -88,7 +88,6 @@ export const SnapshotPolicies: React.FunctionComponent<Props> = ({ value, onChan
<EuiSpacer size="m" />
<EuiCallOut
data-test-subj="noPoliciesCallout"
size="s"
iconType="help"
color="warning"
title={