File tree Expand file tree Collapse file tree 1 file changed +17
-15
lines changed Expand file tree Collapse file tree 1 file changed +17
-15
lines changed Original file line number Diff line number Diff line change 4848 < textarea id ="words " class ="form-control "> </ textarea >
4949 </ div >
5050
51- < div class ="form-group ">
52- < label for ="delimiter ">
53- Words/phrases are separated by:
54- </ label >
55- < select id ="delimiter " class ="form-control ">
56- < option value =", " selected ="selected "> Comma</ option >
57- < option value =" "> Space</ option >
58- < option value ="\n "> Newline</ option >
59- </ select >
60- </ div >
51+ < div class ="form-inline ">
52+ < div class ="form-group ">
53+ < label for ="delimiter ">
54+ Words/phrases are separated by:
55+ </ label >
56+ < select id ="delimiter " class ="form-control ">
57+ < option value =", " selected ="selected "> Comma</ option >
58+ < option value =" "> Space</ option >
59+ < option value ="\n "> Newline</ option >
60+ </ select >
61+ </ div >
6162
62- < div class ="form-group form-check ">
63- < input type ="checkbox " checked ="checked " id ="trim-whitespace " class ="form-check-input ">
64- < label for ="trim-whitespace ">
65- Trim whitespace surrounding each word/phrase
66- </ label >
63+ < div class ="form-group form-check ">
64+ < input type ="checkbox " checked ="checked " id ="trim-whitespace " class ="form-check-input ">
65+ < label for ="trim-whitespace ">
66+ Trim whitespace surrounding each word/phrase
67+ </ label >
68+ </ div >
6769 </ div >
6870
6971 < div class ="form-group ">
You can’t perform that action at this time.
0 commit comments