patternfly-react icon indicating copy to clipboard operation
patternfly-react copied to clipboard

Compass - all containers should be rendered conditionally if no content passed

Open nicolethoen opened this issue 3 months ago • 0 comments

Footer - the footer always renders a div, even if nothing is passed through this prop to Compass. Even if visually empty, this causes an extra grid gap spacing above where the empty footer wrapper is - conditionally removing this if nothing exists would remove the unneeded space. I imagine this same issue would apply if a user didn't use another layout component, such as a sidebar on one side.

nicolethoen avatar Nov 19 '25 13:11 nicolethoen