From e2c4ed78a5a20945a8c1136dd991b200ce83f671 Mon Sep 17 00:00:00 2001 From: Joseph John Aas Cooper Date: Wed, 4 Sep 2024 10:29:31 +0200 Subject: [PATCH] fix: reduce padding on new enrollment event form --- .../Validated/Validated.component.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/core_modules/capture-core/components/WidgetEnrollmentEventNew/Validated/Validated.component.js b/src/core_modules/capture-core/components/WidgetEnrollmentEventNew/Validated/Validated.component.js index b3ba7c2d14..0ba73fc549 100644 --- a/src/core_modules/capture-core/components/WidgetEnrollmentEventNew/Validated/Validated.component.js +++ b/src/core_modules/capture-core/components/WidgetEnrollmentEventNew/Validated/Validated.component.js @@ -1,6 +1,5 @@ // @flow import React, { memo, type ComponentType } from 'react'; -import { spacersNum } from '@dhis2/ui'; import withStyles from '@material-ui/core/styles/withStyles'; import { Widget } from '../../Widget'; import { DataEntry } from '../DataEntry'; @@ -11,7 +10,7 @@ import type { Props } from './validated.types'; const styles = () => ({ wrapper: { - paddingLeft: spacersNum.dp16, + paddingLeft: 0, }, }); @@ -34,9 +33,6 @@ const ValidatedPlain = ({ - } > {ready && (