Skip to content

Commit

Permalink
[ILM] Fix alignment of the timing field (#71273) (#71581)
Browse files Browse the repository at this point in the history
  • Loading branch information
alisonelizabeth authored Jul 14, 2020
1 parent ba90af0 commit 1ea8500
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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)}
Expand Down Expand Up @@ -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)}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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={
Expand Down

0 comments on commit 1ea8500

Please sign in to comment.