Skip to content

Commit

Permalink
[ILM] Fix alignment of the timing field
Browse files Browse the repository at this point in the history
  • Loading branch information
yuliacech committed Jul 9, 2020
1 parent b25b690 commit f9953c1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ export const MinAgeInput = (props) => {
/>
</ErrableFormRow>
</EuiFlexItem>
<EuiFlexItem style={{ maxWidth: 220 }}>
<EuiFlexItem style={{ maxWidth: 188 }}>
<EuiFormRow hasEmptyLabelSpace>
<EuiSelect
aria-label={getUnitsAriaLabelForPhase(phase)}
Expand Down

0 comments on commit f9953c1

Please sign in to comment.