Skip to content

Commit

Permalink
address feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
alisonelizabeth committed Jul 13, 2020
1 parent 97c1e31 commit 91b8c52
Showing 1 changed file with 2 additions and 2 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: 188 }}>
<EuiFlexItem style={{ maxWidth: 236 }}>
<EuiFormRow hasEmptyLabelSpace>
<EuiSelect
aria-label={getUnitsAriaLabelForPhase(phase)}
Expand Down

0 comments on commit 91b8c52

Please sign in to comment.