I am trying to make a list (key->value) and don’t want the values falling beneath the items when resizing the window. I tried to use “row” but values go beneath the item when window is resized.
What can I use to make the row stick?

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you want a responsive layout you should use
row-fluidin acontainer-fluid. (see doc)But personally for this case I would use the
<table>, because it sounds like a tabular data. (however I don’t know your specific case and I may be wrong)