Skip to content

Commit

Permalink
Plugin Update Manager: Fix time/period field wrapping/misalignment (#…
Browse files Browse the repository at this point in the history
…88510)

* Fix time/hour field wrapping/misalignment

* Change to direction={ [ 'column', 'row' ] }
  • Loading branch information
TimBroddin authored Mar 14, 2024
1 parent d16b7bf commit b64a90e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/blocks/plugins-update-manager/schedule-form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ export const ScheduleForm = ( props: Props ) => {
onBlur={ () => setFieldTouched( { ...fieldTouched, timestamp: true } ) }
></RadioControl>
{ frequency === 'weekly' && (
<Flex gap={ 6 }>
<Flex gap={ 6 } direction={ [ 'column', 'row' ] }>
<FlexItem>
<div className="form-field">
<SelectControl
Expand Down

0 comments on commit b64a90e

Please sign in to comment.