mirror of
https://github.com/ansible/awx.git
synced 2026-05-10 10:57:35 -02:30
Merge pull request #8220 from mabashian/fix-padding-pol-fields
Fix padding on field labels with prompt on launch checkboxes Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
This commit is contained in:
@@ -14,6 +14,7 @@ import { JSON_MODE, YAML_MODE } from './constants';
|
|||||||
const FieldHeader = styled.div`
|
const FieldHeader = styled.div`
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
padding-bottom: var(--pf-c-form__group-label--PaddingBottom);
|
||||||
`;
|
`;
|
||||||
|
|
||||||
const StyledCheckboxField = styled(CheckboxField)`
|
const StyledCheckboxField = styled(CheckboxField)`
|
||||||
|
|||||||
@@ -7,6 +7,7 @@ import { CheckboxField, FieldTooltip } from '../FormField';
|
|||||||
|
|
||||||
const FieldHeader = styled.div`
|
const FieldHeader = styled.div`
|
||||||
display: flex;
|
display: flex;
|
||||||
|
padding-bottom: var(--pf-c-form__group-label--PaddingBottom);
|
||||||
`;
|
`;
|
||||||
|
|
||||||
const StyledCheckboxField = styled(CheckboxField)`
|
const StyledCheckboxField = styled(CheckboxField)`
|
||||||
|
|||||||
Reference in New Issue
Block a user