Skip to content

Commit

Permalink
fixed padding
Browse files Browse the repository at this point in the history
  • Loading branch information
TamarZanzouri committed Feb 21, 2025
1 parent b5cefa6 commit 2de0607
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import {
ALIGN_CENTER,
RESPONSIVENESS,
Tag,
SPACING_1,
SPACING_2,
TYPOGRAPHY,
} from '@opentrons/components'
Expand Down Expand Up @@ -64,9 +65,10 @@ export function InterventionInfo(props: InterventionInfoProps): JSX.Element {
color={COLORS.grey60}

Check warning on line 65 in app/src/molecules/InterventionModal/InterventionContent/InterventionInfo.tsx

View check run for this annotation

Codecov / codecov/patch

app/src/molecules/InterventionModal/InterventionContent/InterventionInfo.tsx#L60-L65

Added lines #L60 - L65 were not covered by tests
css={css`
${LINE_CLAMP_STYLE}
margin: ${SPACING_2} 0;
margin: 0 0.125rem ${SPACING_2} 0;
@media ${RESPONSIVENESS.touchscreenMediaQuerySpecs} {
font-size: ${TYPOGRAPHY.fontSize22};
margin: 0 ${SPACING_1} ${SPACING_2} 0;

Check warning on line 71 in app/src/molecules/InterventionModal/InterventionContent/InterventionInfo.tsx

View check run for this annotation

Codecov / codecov/patch

app/src/molecules/InterventionModal/InterventionContent/InterventionInfo.tsx#L67-L71

Added lines #L67 - L71 were not covered by tests
}
`}

Check warning on line 73 in app/src/molecules/InterventionModal/InterventionContent/InterventionInfo.tsx

View check run for this annotation

Codecov / codecov/patch

app/src/molecules/InterventionModal/InterventionContent/InterventionInfo.tsx#L73

Added line #L73 was not covered by tests
>
Expand Down

0 comments on commit 2de0607

Please sign in to comment.