We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Here is the Html code that I am using
<div class="form-group"> <label for="pick_up_time" class="col-md-2 control-label">Some Label</label> <div class="col-md-10"> <div class="input-group input-width-input time-picker"> <input class="form-control" name="pick_up_time" type="text" id="pick_up_time" value="" required> <span class="input-group-addon"> <span class="glyphicon glyphicon-time"></span> </span> </div> </div> </div>
This is how it looks when using using bootstrap-flipped.min.css file
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Here is the Html code that I am using
This is how it looks when using using bootstrap-flipped.min.css file
The text was updated successfully, but these errors were encountered: