diff --git a/packages/core/src/modal/modals.less b/packages/core/src/modal/modals.less index cecc0d5dfa8..4de22476fa0 100644 --- a/packages/core/src/modal/modals.less +++ b/packages/core/src/modal/modals.less @@ -188,7 +188,9 @@ html .select2-container-multi { margin: 4px 0 0 1px; cursor: pointer; background-color: transparent; - + input { + padding: 5px !important; + } &:before { content: 'Select...'; position: absolute; diff --git a/packages/core/src/pipeline/config/stages/executionWindows/ExecutionWindows.tsx b/packages/core/src/pipeline/config/stages/executionWindows/ExecutionWindows.tsx index 006e27f3149..b3e102c5fa4 100644 --- a/packages/core/src/pipeline/config/stages/executionWindows/ExecutionWindows.tsx +++ b/packages/core/src/pipeline/config/stages/executionWindows/ExecutionWindows.tsx @@ -7,6 +7,7 @@ import { DEFAULT_SKIP_WINDOW_TEXT } from './ExecutionWindowActions'; import { ExecutionWindowDayPicker } from './ExecutionWindowDayPicker'; import type { IStage } from '../../../../domain'; import type { IJitter, IRestrictedExecutionWindow, ITimelineWindow, IWindow } from './executionWindowsConfig'; +import { HelpField } from '../../../../help/HelpField'; import { CheckboxInput, NumberInput, @@ -196,7 +197,13 @@ export const ExecutionWindows = (props: IExecutionWindowsConfigProps) => { {!isWindowExpression && (