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:
softwarefactory-project-zuul[bot] 2020-09-28 13:42:37 +00:00 committed by GitHub
commit 30fd418cc9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,7 @@ import { JSON_MODE, YAML_MODE } from './constants';
const FieldHeader = styled.div`
display: flex;
justify-content: space-between;
padding-bottom: var(--pf-c-form__group-label--PaddingBottom);
`;
const StyledCheckboxField = styled(CheckboxField)`

View File

@ -7,6 +7,7 @@ import { CheckboxField, FieldTooltip } from '../FormField';
const FieldHeader = styled.div`
display: flex;
padding-bottom: var(--pf-c-form__group-label--PaddingBottom);
`;
const StyledCheckboxField = styled(CheckboxField)`