Skip to content

Commit

Permalink
chore(PPDSC-2369): fix some spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
Stoyan Delev committed Aug 23, 2022
1 parent 8968938 commit 41236e2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion site/components/unpack-content/unpack-content.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const fragmentToOutput = (

/*
UnpackComponent checks its children and wraps text, text-based components and html tags inside a TextBlock.
UnpackComponent checks its children and wraps text, text-based components and text-based html tags inside a TextBlock.
Also, sibling texts are wrapped in single TextBlock
The transformation looks like this:
Expand Down
2 changes: 1 addition & 1 deletion site/pages/components/modal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ const ModalComponent = (layoutProps: LayoutProps) => (
aria-label="Close position"
title="Note"
overrides={{
marginBlockStart: 'space050',
marginBlockStart: 'space030',
}}
>
The header and close button are optional. However it‘s
Expand Down
2 changes: 1 addition & 1 deletion site/pages/components/text-field.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ const formInputPropsFooter = (
icon={infoIcon}
role="region"
aria-label="Engineer check"
overrides={{marginBlockStart: 'space050'}}
overrides={{marginBlockStart: 'space030'}}
>
Engineer to check the validation related props at the time of
implementation.
Expand Down

0 comments on commit 41236e2

Please sign in to comment.