The text box list form element displays short input fields. The display is restricted due to the class "col-8" applied to the div tag and a lack of a class being applied to the parent table (ie. no width). Add a class (col-md-12) to parent table and remove col-8 from the input parent div tag.