Hi, This white space can be removed using html code. Either of the code will work. Just add the code in the editor / css - " <td nowrap>Long Text Here</td>. If you are using a div or a span, you can use the style="white-space: nowrap;" .
You can use descriptive text for this question. After that select the html view and use input tag with type="text". I have attatched screenshot for better understanding.
!

!
@akshay11749 will data appear for this question by creating boxes with HTML.
@bridget,
Add the following JavaScript to the question to hide the label column. You can still include labels for your own use since the respondent won't see them.
```
Qualtrics.SurveyEngine.addOnload(function() {
jQuery("#"+this.questionId+" td:not(.ControlContainer)").hide();
});
```
The answer given by @akshay11749 won't save the responses into your survey data.
@bansalpeeyush29 no, but you can set embedded data with the values entered in text boxes using javascript.