It's more likely that it would cause row migration.

If individual rows grow so that they can no longer be stored in that block, then they will be migrated to another block with space for them.

If they are so large that they cannot be contained in a single block, then they would be split over multiple blocks -- this is row chaining.

Either of these is a problem, but migration is more easily fixed.