Skip to content

Commit f9953c1

Browse files
committed
[ILM] Fix alignment of the timing field
1 parent b25b690 commit f9953c1

File tree

1 file changed

+1
-1
lines changed
  • x-pack/plugins/index_lifecycle_management/public/application/sections/edit_policy/components

1 file changed

+1
-1
lines changed

x-pack/plugins/index_lifecycle_management/public/application/sections/edit_policy/components/min_age_input.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ export const MinAgeInput = (props) => {
208208
/>
209209
</ErrableFormRow>
210210
</EuiFlexItem>
211-
<EuiFlexItem style={{ maxWidth: 220 }}>
211+
<EuiFlexItem style={{ maxWidth: 188 }}>
212212
<EuiFormRow hasEmptyLabelSpace>
213213
<EuiSelect
214214
aria-label={getUnitsAriaLabelForPhase(phase)}

0 commit comments

Comments
 (0)