Html – restrict .form-text width to input's width
How is it possible to restrict the width of the .form-text based on the width of the above input? I'd like to layout an <input> in a Bootstrap application with a .form-text for some additional information. The <input> and .form-text…