How to show address in one row?

It has to do with your <br> between each label field. Its not a PHP problem its a CSS. Try to add

.wpcf7cf_group br {
   display: none;
}

to your css file or use a wordpress plugin like Simple Custom CSS.