diff --git a/packages/react-docs/patternfly-a11y.config.js b/packages/react-docs/patternfly-a11y.config.js index dbe597c577d..a4a6733aec0 100644 --- a/packages/react-docs/patternfly-a11y.config.js +++ b/packages/react-docs/patternfly-a11y.config.js @@ -106,7 +106,8 @@ module.exports = { 'landmark-main-is-top-level', 'scrollable-region-focusable', 'link-in-text-block', - 'aria-required-children' + 'aria-required-children', + 'target-size' // See if we can remove once https://github.com/patternfly/patternfly-react/issues/12558 is resolved ].join(','), ignoreIncomplete: true };