Skip to main content
Journey Uncommon Logo
JourneyUncommon
hardCSScontent-visibilitySingle-choice MCQ

A developer puts `content-visibility: auto` on a flex item that must stretch to its content's height to keep a row aligned. Layout looks broken. What is the structural cause?

.row { display: flex; } .row > .col { content-visibility: auto; }