Skip to content

Commit

Permalink
formatting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JGibson2019 committed May 16, 2024
1 parent b51e830 commit 3ad9a5e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/common/components/cards/rich-resolution-content.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,9 @@ export const RichResolutionContent = NamedFC<RichResolutionContentProps>(
case 'web/target-size': {
return (
<div>
Targets must be at least 24 by 24 CSS pixels in size or a target must have a
24 by 24 CSS pixel spacing circle that does not intersect with another
target of any size. Check all targets and be sure they have sufficient size
Targets must be at least 24 by 24 CSS pixels in size or a target must have a
24 by 24 CSS pixel spacing circle that does not intersect with another
target of any size. Check all targets and be sure they have sufficient size
or spacing from another target.
</div>
);
Expand Down

0 comments on commit 3ad9a5e

Please sign in to comment.